el.xwx.moe/components/Navbar.tsx
2023-02-09 03:28:55 +03:30

4 lines
65 B
TypeScript

export default function Navbar() {
return <div>Navbar</div>;
}