diff --git a/src/app/dashboard/layout.tsx b/src/app/dashboard/layout.tsx index 7c4b4e9..239cbca 100644 --- a/src/app/dashboard/layout.tsx +++ b/src/app/dashboard/layout.tsx @@ -5,6 +5,7 @@ import { Button } from "@/ui/button"; import { PlusIcon } from "lucide-react"; import DashboardRoutesComponent from "@/components/dashboard-routes"; +import { CreateLink } from "@/components/links/create-link"; interface DashboardLayoutProps { children: ReactNode; @@ -13,17 +14,19 @@ interface DashboardLayoutProps { const DashboardLayout = (props: DashboardLayoutProps) => { return ( <> -