Skip to content

Commit

Permalink
refactor: remove commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
hwiem committed Dec 6, 2023
1 parent f578804 commit 613270b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/apiMock.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,6 @@ export function initApiMockServer () {
export function initApiMock () {
initApiMockServer()

// Vue.use(Vuex)

const router = new Router()
router
.addRoute(new Route('book', 'get', '/book/{id}', ['id']))
Expand Down

0 comments on commit 613270b

Please sign in to comment.