diff --git a/src/pages/projects.astro b/src/pages/projects.astro new file mode 100644 index 0000000..cbcc749 --- /dev/null +++ b/src/pages/projects.astro @@ -0,0 +1,7 @@ +--- +import Main from "../layouts/Main.astro"; +--- + +
+ work in progress +
\ No newline at end of file