diff options
| author | Pinapelz <yukais@pinapelz.com> | 2026-06-02 12:02:22 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2026-06-02 12:02:22 -0700 |
| commit | 4b1c9d1669eb30a093742f7b5319e66a13428271 (patch) | |
| tree | d847e0850ae440aaaf547904bc8395e5bb47ff1d /src/app/components/nav-items.ts | |
| parent | f9f1a4a5377d99db30ae6e4507cb0af970f003ef (diff) | |
Diffstat (limited to 'src/app/components/nav-items.ts')
| -rw-r--r-- | src/app/components/nav-items.ts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/app/components/nav-items.ts b/src/app/components/nav-items.ts new file mode 100644 index 0000000..d676091 --- /dev/null +++ b/src/app/components/nav-items.ts @@ -0,0 +1,5 @@ +import { Home } from "lucide-react"; + +export const navItems = [ + { title: "Home", href: "/", icon: Home }, +]; |
