organized asf

This commit is contained in:
Rei
2022-12-26 14:24:16 +01:00
parent 93dc624378
commit 1a29c39741
10 changed files with 113 additions and 2251 deletions

11
pages/blog/index.tsx Normal file
View File

@@ -0,0 +1,11 @@
import { MainLayout } from "../../layouts/MainLayout";
const Blog = () => {
return (
<MainLayout>
<h1>Blog</h1>
</MainLayout>
);
};
export default Blog;