aboutsummaryrefslogtreecommitdiff
path: root/src/App.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/App.vue')
-rw-r--r--src/App.vue10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/App.vue b/src/App.vue
index 0e7e912..99ba03c 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -72,10 +72,12 @@ import SettingsIcon from './components/icon/SettingsIcon.vue';
import PlusIcon from './components/icon/PlusIcon.vue';
import SearchIcon from './components/icon/SearchIcon.vue';
-import {HistDate, HistEvent, queryServer,
- EventResponseJson, jsonToHistEvent, EventInfo, EventInfoJson, jsonToEventInfo,
- SCALES, stepDate, TimelineState, cmpHistEvent, dateToUnit, DateRangeTree,
- makeThrottled, makeThrottledSpaced} from './lib';
+import {makeThrottled, makeThrottledSpaced} from './util';
+import {
+ HistDate, HistEvent, EventInfo, cmpHistEvent,
+ queryServer, EventResponseJson, jsonToHistEvent, EventInfoJson, jsonToEventInfo,
+ SCALES, stepDate, dateToUnit, TimelineState, DateRangeTree,
+} from './lib';
import {useStore} from './store';
import {RBTree, rbtree_shallow_copy} from './rbtree';