save, create and view reports in dashboard
This commit is contained in:
10
apps/web/src/components/Navbar.tsx
Normal file
10
apps/web/src/components/Navbar.tsx
Normal file
@@ -0,0 +1,10 @@
|
||||
import Link from "next/link";
|
||||
|
||||
export function Navbar() {
|
||||
return (
|
||||
<div className="flex gap-4 text-sm uppercase">
|
||||
<Link href="/">Dashboards</Link>
|
||||
<Link href="/reports">Reports</Link>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user