Skip to content

Commit

Permalink
Fixed js error
Browse files Browse the repository at this point in the history
  • Loading branch information
vedmant committed Apr 17, 2022
1 parent 583102f commit 5cabc4c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions resources/assets/js/vuex/store.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { createStore } from 'vuex'
import createLogger from 'vuex/dist/logger'
import { createStore, createLogger } from 'vuex'
import auth from './modules/auth'
import toast from './modules/toast'
import entries from './modules/entries'
Expand Down

0 comments on commit 5cabc4c

Please sign in to comment.