aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/frontend/src/RootStore.ts
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2024-02-23 22:28:20 +0100
committerLibravatar Kristóf Marussy <kristof@marussy.com>2024-02-23 22:42:04 +0100
commit3a4e1f0115705c96b1f4712d72998eda085f426f (patch)
tree2de53642c5bb2315838537ebbc55b2134fb1901c /subprojects/frontend/src/RootStore.ts
parentrefactor(web): use filesystem access API when available (diff)
downloadrefinery-3a4e1f0115705c96b1f4712d72998eda085f426f.tar.gz
refinery-3a4e1f0115705c96b1f4712d72998eda085f426f.tar.zst
refinery-3a4e1f0115705c96b1f4712d72998eda085f426f.zip
feat(web): pdf export
Diffstat (limited to 'subprojects/frontend/src/RootStore.ts')
-rw-r--r--subprojects/frontend/src/RootStore.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/subprojects/frontend/src/RootStore.ts b/subprojects/frontend/src/RootStore.ts
index 27bff0de..8a17d2de 100644
--- a/subprojects/frontend/src/RootStore.ts
+++ b/subprojects/frontend/src/RootStore.ts
@@ -9,7 +9,7 @@ import { makeAutoObservable, runInAction } from 'mobx';
9 9
10import PWAStore from './PWAStore'; 10import PWAStore from './PWAStore';
11import type EditorStore from './editor/EditorStore'; 11import type EditorStore from './editor/EditorStore';
12import ExportSettingsScotre from './graph/ExportSettingsStore'; 12import ExportSettingsScotre from './graph/export/ExportSettingsStore';
13import Compressor from './persistence/Compressor'; 13import Compressor from './persistence/Compressor';
14import ThemeStore from './theme/ThemeStore'; 14import ThemeStore from './theme/ThemeStore';
15 15