Remove reference to deleted site form

This commit is contained in:
Owen
2025-07-15 15:13:50 -07:00
parent 78bfcf5b1c
commit 47729c2348

View File

@@ -29,7 +29,6 @@ import {
FormMessage
} from "@app/components/ui/form";
import { Alert, AlertDescription } from "@app/components/ui/alert";
import CreateSiteForm from "../[orgId]/settings/sites/CreateSiteForm";
import { useTranslations } from "next-intl";
type Step = "org" | "site" | "resources";