aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/components/nav-items.ts
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2026-06-02 12:02:22 -0700
committerPinapelz <yukais@pinapelz.com>2026-06-02 12:02:22 -0700
commit4b1c9d1669eb30a093742f7b5319e66a13428271 (patch)
treed847e0850ae440aaaf547904bc8395e5bb47ff1d /src/app/components/nav-items.ts
parentf9f1a4a5377d99db30ae6e4507cb0af970f003ef (diff)
add sidebar navigationHEADmain
Diffstat (limited to 'src/app/components/nav-items.ts')
-rw-r--r--src/app/components/nav-items.ts5
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 },
+];
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage