diff --git a/packages/web/src/layouts/AppLayout.tsx b/packages/web/src/layouts/AppLayout.tsx index 9ad3369..2294879 100644 --- a/packages/web/src/layouts/AppLayout.tsx +++ b/packages/web/src/layouts/AppLayout.tsx @@ -1,5 +1,4 @@ import { Link } from '@tanstack/react-router' -import { Button } from '@/components/ui/button' const navItems = [ { label: 'Initiatives', to: '/initiatives', enabled: true }, @@ -18,9 +17,6 @@ export function AppLayout({ children }: { children: React.ReactNode }) { Codewalk District - {/* Navigation */}