diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2021-08-30 21:08:36 -0500 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2021-08-30 21:08:36 -0500 |
| commit | 7872741fc19b3fbcfa0482d40490fbdfda189371 (patch) | |
| tree | 4c421a2329c070bcd9eb0da011400253d9e10764 /src/views/Editor.vue | |
| parent | e9e09554221e40e0891f2134525baaa90ff00076 (diff) | |
Fix linting errors
Diffstat (limited to 'src/views/Editor.vue')
| -rw-r--r-- | src/views/Editor.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/views/Editor.vue b/src/views/Editor.vue index 4fcb9fa..795ee9d 100644 --- a/src/views/Editor.vue +++ b/src/views/Editor.vue @@ -6,8 +6,8 @@ </template> <script lang="ts"> -import ActionBar from '@/components/ActionBar.vue'; import { defineComponent } from 'vue'; +import ActionBar from '@/components/ActionBar.vue'; import EditorLists from '@/components/EditorLists.vue'; import Lab from '@/models/Lab'; import PeerTeacher from '@/models/PeerTeacher'; |
