Skip to content

Commit 0107c4c

Browse files
authored
chore: remove welcome screen (#731)
1 parent a17868a commit 0107c4c

File tree

2 files changed

+1
-56
lines changed

2 files changed

+1
-56
lines changed

packages/client/src/main.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ import Components from '~/pages/components.vue'
1212
import CustomInspectorTabView from '~/pages/custom-inspector-tab-view.vue'
1313
import CustomTabView from '~/pages/custom-tab-view.vue'
1414
import Graph from '~/pages/graph.vue'
15-
import Index from '~/pages/index.vue'
1615
import Overview from '~/pages/overview.vue'
1716
import Pages from '~/pages/pages.vue'
1817
import PiniaPage from '~/pages/pinia.vue'
@@ -27,7 +26,7 @@ import '@vue/devtools-ui/style.css'
2726
import '~/assets/styles/main.css'
2827

2928
const routes = [
30-
{ path: '/', component: Index },
29+
{ path: '/', redirect: '/overview' },
3130
{ path: '/overview', component: Overview },
3231
{ path: '/components', component: Components },
3332
{ path: '/pinia', component: PiniaPage },

packages/client/src/pages/index.vue

Lines changed: 0 additions & 54 deletions
This file was deleted.

0 commit comments

Comments
 (0)