fix(overview): add missing StatusDot import

This commit is contained in:
2026-06-14 12:25:47 -07:00
parent ebc84dbdc5
commit 691fc73ed1

View File

@@ -24,6 +24,7 @@ import {
EmptyState, EmptyState,
Badge, Badge,
SecondaryButton, SecondaryButton,
StatusDot,
} from "@/components/project/dashboard-ui"; } from "@/components/project/dashboard-ui";
import { useAnatomy, type Anatomy } from "@/components/project/use-anatomy"; import { useAnatomy, type Anatomy } from "@/components/project/use-anatomy";