diff --git a/frontend/src/types.ts b/frontend/src/types.ts index 6c812a7..9202745 100644 --- a/frontend/src/types.ts +++ b/frontend/src/types.ts @@ -9,7 +9,6 @@ export enum GeneratedCodeConfig { REACT_TAILWIND = "react_tailwind", BOOTSTRAP = "bootstrap", IONIC_TAILWIND = "ionic_tailwind", - REACT_MUI_COMPONENT = "react_mui_component", } export interface Settings {