Start building a "normal" page
This commit is contained in:
7
components/Blog/Navigation.tsx
Normal file
7
components/Blog/Navigation.tsx
Normal file
@ -0,0 +1,7 @@
|
||||
import type { NextPage } from "next";
|
||||
|
||||
const Navigation: NextPage<{}> = () => {
|
||||
return <></>;
|
||||
};
|
||||
|
||||
export default Navigation;
|
Reference in New Issue
Block a user