From c0e68db40f539a2af483b8fd175c614646eff604 Mon Sep 17 00:00:00 2001 From: Alex Lloyd Date: Thu, 7 Dec 2023 18:25:05 -0600 Subject: [PATCH] remove WIP GeneratedCodeConfig --- frontend/src/types.ts | 1 - 1 file changed, 1 deletion(-) 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 {