diff --git a/src/components/pages/HomePage.tsx b/src/components/pages/HomePage.tsx index 145022d..77d332a 100644 --- a/src/components/pages/HomePage.tsx +++ b/src/components/pages/HomePage.tsx @@ -1,5 +1,6 @@ import { Boxes, Plus, Sparkles, Video } from "lucide-react"; import type { NavKey } from "@/components/layout/AppShell"; +import { Button } from "@/components/ui/button"; type HomePageProps = { onNavigate: (key: NavKey) => void; @@ -36,21 +37,19 @@ export function HomePage({ onNavigate }: HomePageProps) {