mirror of
https://github.com/DefectingCat/DefectingCat.github.io
synced 2025-07-15 16:51:37 +00:00
Init
This commit is contained in:
16
components/NavBar.tsx
Normal file
16
components/NavBar.tsx
Normal file
@ -0,0 +1,16 @@
|
||||
import Link from 'next/link';
|
||||
import { FC } from 'react';
|
||||
|
||||
const HeadBar: FC = () => {
|
||||
return (
|
||||
<>
|
||||
<header className="flex justify-between max-w-6xl px-6 py-6 mx-auto">
|
||||
<Link href="/">RUARUARUA</Link>
|
||||
|
||||
<div></div>
|
||||
</header>
|
||||
</>
|
||||
);
|
||||
};
|
||||
|
||||
export default HeadBar;
|
Reference in New Issue
Block a user