File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
client/src/entry/analysis Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -66,15 +66,14 @@ import { useEntryPointStore } from "@/stores/entryPointStore";
6666import { useNotificationsStore } from " @/stores/notificationsStore" ;
6767import { useTourStore } from " @/stores/tourStore" ;
6868import { useUserStore } from " @/stores/userStore" ;
69+ import { startWatchingHistory } from " @/watch/watchHistoryProvided" ;
6970
7071import Alert from " @/components/Alert.vue" ;
7172import DragGhost from " @/components/DragGhost.vue" ;
73+ import Masthead from " @/components/Masthead/Masthead.vue" ;
7274import BroadcastsOverlay from " @/components/Notifications/Broadcasts/BroadcastsOverlay.vue" ;
7375import TourRunner from " @/components/Tour/TourRunner.vue" ;
74- import Masthead from " components/Masthead/Masthead.vue" ;
75- import UploadModal from " components/Upload/UploadModal.vue" ;
76-
77- import { startWatchingHistory } from " watch/watchHistoryProvided" ;
76+ import UploadModal from " @/components/Upload/UploadModal.vue" ;
7877
7978export default {
8079 components: {
You can’t perform that action at this time.
0 commit comments