fix(overview): restore missing useAnatomy import

This commit is contained in:
2026-06-13 11:39:56 -07:00
parent f19155ed44
commit ebc84dbdc5

View File

@@ -25,6 +25,7 @@ import {
Badge, Badge,
SecondaryButton, SecondaryButton,
} from "@/components/project/dashboard-ui"; } 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?" * Hosting tab — user-facing: "Is my thing live? How do I reach it?"