diff options
| -rw-r--r-- | frontend/src/store.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/src/store.tsx b/frontend/src/store.tsx index 11c805a0..9b1c5d2e 100644 --- a/frontend/src/store.tsx +++ b/frontend/src/store.tsx @@ -1,4 +1,5 @@ import { Plugin } from './plugin'; +import { getSetting, setSetting } from './utils/settings'; export enum Store { Default, |
