diff --git a/components/Blog/Navigation.tsx b/components/Blog/Navigation.tsx new file mode 100644 index 0000000..932602a --- /dev/null +++ b/components/Blog/Navigation.tsx @@ -0,0 +1,7 @@ +import type { NextPage } from "next"; + +const Navigation: NextPage<{}> = () => { + return <>>; +}; + +export default Navigation; diff --git a/pages/blog.tsx b/pages/blog.tsx new file mode 100644 index 0000000..56f28c8 --- /dev/null +++ b/pages/blog.tsx @@ -0,0 +1,15 @@ +import type { NextPage } from "next"; +import Head from "next/head"; + +const Blog: NextPage<{}> = () => { + + return <> +
+