diff --git a/pages/work2/index.js b/pages/work2/index.js new file mode 100644 index 0000000..52ec9f8 --- /dev/null +++ b/pages/work2/index.js @@ -0,0 +1,9 @@ +const work2 = () => { + return( +
+ work2 +
+ ) +} + +export default work2; \ No newline at end of file