We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49403c6 commit 1ce531fCopy full SHA for 1ce531f
2 files changed
src/renderer/router/router.js
@@ -15,11 +15,6 @@ const routes = [
15
path: '/history',
16
name: 'history',
17
component: () => import('../src/components/History.vue')
18
- },
19
- {
20
- path: '/settings',
21
- name: 'settings',
22
- component: () => import('../src/components/Settings.vue')
23
}
24
]
25
const router = createRouter({
src/renderer/src/components/Settings.vue
0 commit comments