From d2146893269cffeb767adb679efd265b64563fe7 Mon Sep 17 00:00:00 2001 From: SARDONYX-sard <68905624+SARDONYX-sard@users.noreply.github.com> Date: Tue, 10 Oct 2023 02:40:30 +0900 Subject: [PATCH] fix(front): remove removed import --- frontend/src/hooks/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/hooks/index.ts b/frontend/src/hooks/index.ts index fdf0437..e998bce 100644 --- a/frontend/src/hooks/index.ts +++ b/frontend/src/hooks/index.ts @@ -1,3 +1,3 @@ export { useStorageState } from "./storage_state"; -export { useDynStyleWithStorage, useDynStyle } from "./dyn_style"; +export { useDynStyle } from "./dyn_style"; export { useToastLimit } from "./toasts_limit";