aboutsummaryrefslogtreecommitdiff
path: root/src/store/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/store/index.ts')
-rw-r--r--src/store/index.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/store/index.ts b/src/store/index.ts
index e63e257..e079259 100644
--- a/src/store/index.ts
+++ b/src/store/index.ts
@@ -1,6 +1,6 @@
+import { createStore } from 'vuex';
import Lab from '@/models/Lab';
import PeerTeacher from '@/models/PeerTeacher';
-import { createStore } from 'vuex';
export default createStore({
state: {