diff --git a/admin-compliance/components/sdk/ProjectSelector/ProjectSelector.tsx b/admin-compliance/components/sdk/ProjectSelector/ProjectSelector.tsx index 4fda39a..af0cb85 100644 --- a/admin-compliance/components/sdk/ProjectSelector/ProjectSelector.tsx +++ b/admin-compliance/components/sdk/ProjectSelector/ProjectSelector.tsx @@ -7,6 +7,7 @@ import type { ProjectInfo } from '@/lib/sdk/types' import { CreateProjectDialog, normalizeProject } from './CreateProjectDialog' import { ProjectActionDialog } from './ProjectActionDialog' import { ProjectCard } from './ProjectCard' +import { PresetSection } from '@/app/sdk/_components/PresetSection' export function ProjectSelector() { const router = useRouter() @@ -152,6 +153,9 @@ export function ProjectSelector() { )} + {/* Industry Presets — quick-start for new projects */} + {!loading && } + {/* Archived Projects Section */} {!loading && archivedProjects.length > 0 && (