From fcfa21d05f01861bba9054aaf1c6ac6082102c1a Mon Sep 17 00:00:00 2001 From: SARDONYX-sard <68905624+SARDONYX-sard@users.noreply.github.com> Date: Wed, 11 Oct 2023 03:49:20 +0900 Subject: [PATCH] refactor(front): remove unused import --- frontend/src/components/editor_list.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/editor_list.tsx b/frontend/src/components/editor_list.tsx index 8c60205..3e304db 100644 --- a/frontend/src/components/editor_list.tsx +++ b/frontend/src/components/editor_list.tsx @@ -1,4 +1,4 @@ -import { Tooltip, InputLabel, FormControl } from "@mui/material"; +import { InputLabel, FormControl } from "@mui/material"; import MenuItem from "@mui/material/MenuItem"; import Select from "@mui/material/Select"; import { selectEditorMode } from "../utils/editor";