Skip to content

Commit

Permalink
fix(front): remove removed import
Browse files Browse the repository at this point in the history
  • Loading branch information
SARDONYX-sard committed Oct 9, 2023
1 parent 4ba13c5 commit d214689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/hooks/index.ts
Original file line number Diff line number Diff line change
@@ -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";

0 comments on commit d214689

Please sign in to comment.