File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<script setup>
22import FeedBackSnackers from " @ogw_front/components/FeedBack/Snackers" ;
33import FeedbackErrorBanner from " @ogw_front/components/FeedBack/ErrorBanner" ;
4+ import Launcher from " @ogw_front/components/Launcher" ;
45import { Status } from " @ogw_front/utils/status" ;
56import { useInfraStore } from " @ogw_front/stores/infra" ;
67
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ import { Status } from "@ogw_front/utils/status";
33import { importWorkflow } from " @ogw_front/utils/import_workflow" ;
44
55import HybridRenderingView from " @ogw_front/components/HybridRenderingView" ;
6- import Launcher from " @ogw_front/components/Launcher" ;
76import ViewerUI from " @ogw_front/components/Viewer/Ui" ;
87
98import { useBackStore } from " @ogw_front/stores/back" ;
@@ -15,6 +14,7 @@ import { useMenuStore } from "@ogw_front/stores/menu";
1514import { useViewerStore } from " @ogw_front/stores/viewer" ;
1615
1716import Partners from " @pegghy/components/Partners" ;
17+ import pegghyLogo from " @pegghy/assets/img/pegghy.png" ;
1818
1919const MS_TO_SECONDS = 1000 ;
2020
You can’t perform that action at this time.
0 commit comments