organized asf
This commit is contained in:
11
pages/blog/index.tsx
Normal file
11
pages/blog/index.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
import { MainLayout } from "../../layouts/MainLayout";
|
||||
|
||||
const Blog = () => {
|
||||
return (
|
||||
<MainLayout>
|
||||
<h1>Blog</h1>
|
||||
</MainLayout>
|
||||
);
|
||||
};
|
||||
|
||||
export default Blog;
|
||||
Reference in New Issue
Block a user