diff --git a/frontend/src/components/OutputSettingsSection.tsx b/frontend/src/components/OutputSettingsSection.tsx index 06ae6efd..99de3092 100644 --- a/frontend/src/components/OutputSettingsSection.tsx +++ b/frontend/src/components/OutputSettingsSection.tsx @@ -6,11 +6,12 @@ import { SelectItem, SelectTrigger, } from "./ui/select"; -import { GeneratedCodeConfig, STACK_DESCRIPTION } from "../types"; import { Badge } from "./ui/badge"; +import { GeneratedCodeConfig } from "../lib/stacks/types"; +import { STACK_DESCRIPTIONS } from "../lib/stacks/descriptions"; function generateDisplayComponent(stack: GeneratedCodeConfig) { - const stackComponents = STACK_DESCRIPTION[stack].components; + const stackComponents = STACK_DESCRIPTIONS[stack].components; return (