Skip to content

Commit dc7f631

Browse files
committed
Fixed compiler errors in handleModalViewSubmit.ts
1 parent e8cc6ea commit dc7f631

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

ai-assistant/src/utils/handleModalViewSubmit.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,11 @@ import {
1414
IMPROVE_COMMAND_MODAL,
1515
improveModalSubmitHandler,
1616
} from "../modals/improveModal";
17-
import {
18-
STYLEGUIDE_COMMAND_MODAL,
19-
styleguideModalSubmitHandler,
20-
} from "../modals/styleguideModal";
2117
import { getUIData } from "./persistenceHandlers";
2218

2319
const MODALS: Record<string, any> = {
2420
[IMPROVE_COMMAND_MODAL]: improveModalSubmitHandler,
2521
[FIND_SIMILAR_COMMAND_MODAL]: findSimilarModalSubmitHandler,
26-
[STYLEGUIDE_COMMAND_MODAL]: styleguideModalSubmitHandler,
2722
};
2823

2924
export async function handleModalViewSubmit(

0 commit comments

Comments
 (0)