Skip to content

Commit

Permalink
chore: remove welcome screen (#731)
Browse files Browse the repository at this point in the history
  • Loading branch information
kingflamez authored Dec 31, 2024
1 parent a17868a commit 0107c4c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 56 deletions.
3 changes: 1 addition & 2 deletions packages/client/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import Components from '~/pages/components.vue'
import CustomInspectorTabView from '~/pages/custom-inspector-tab-view.vue'
import CustomTabView from '~/pages/custom-tab-view.vue'
import Graph from '~/pages/graph.vue'
import Index from '~/pages/index.vue'
import Overview from '~/pages/overview.vue'
import Pages from '~/pages/pages.vue'
import PiniaPage from '~/pages/pinia.vue'
Expand All @@ -27,7 +26,7 @@ import '@vue/devtools-ui/style.css'
import '~/assets/styles/main.css'

const routes = [
{ path: '/', component: Index },
{ path: '/', redirect: '/overview' },
{ path: '/overview', component: Overview },
{ path: '/components', component: Components },
{ path: '/pinia', component: PiniaPage },
Expand Down
54 changes: 0 additions & 54 deletions packages/client/src/pages/index.vue

This file was deleted.

0 comments on commit 0107c4c

Please sign in to comment.