diff --git a/vibn-frontend/app/[workspace]/project/[projectId]/(home)/overview/page.tsx b/vibn-frontend/app/[workspace]/project/[projectId]/(home)/overview/page.tsx index d6e7169b..6798858c 100644 --- a/vibn-frontend/app/[workspace]/project/[projectId]/(home)/overview/page.tsx +++ b/vibn-frontend/app/[workspace]/project/[projectId]/(home)/overview/page.tsx @@ -25,6 +25,7 @@ import { Badge, SecondaryButton, } from "@/components/project/dashboard-ui"; +import { useAnatomy, type Anatomy } from "@/components/project/use-anatomy"; /** * Hosting tab — user-facing: "Is my thing live? How do I reach it?"