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 6798858c..d8e60be9 100644 --- a/vibn-frontend/app/[workspace]/project/[projectId]/(home)/overview/page.tsx +++ b/vibn-frontend/app/[workspace]/project/[projectId]/(home)/overview/page.tsx @@ -24,6 +24,7 @@ import { EmptyState, Badge, SecondaryButton, + StatusDot, } from "@/components/project/dashboard-ui"; import { useAnatomy, type Anatomy } from "@/components/project/use-anatomy";