Skip to content

Commit

Permalink
renderer: fix vue-router import path
Browse files Browse the repository at this point in the history
  • Loading branch information
jooy2 committed Oct 16, 2023
1 parent 3bf64b6 commit ae0ea64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/router/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { createRouter, createWebHashHistory } from 'vue-router/dist/vue-router.esm-bundler'
import { MainScreen, ErrorScreen, SecondScreen } from '@/renderer/screens'
import { createRouter, createWebHashHistory } from 'vue-router'

export default createRouter({
history: createWebHashHistory(),
Expand Down

0 comments on commit ae0ea64

Please sign in to comment.