Skip to content

Commit 68e4c7b

Browse files
committed
Fix ESLint impor/order error
1 parent 106e793 commit 68e4c7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/EditingScreen3.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717

1818
<script lang="ts">
1919
import { Vue, Component, Prop, Emit, Watch } from 'vue-property-decorator'
20-
import EditorField from '~/components/EditorField.vue'
21-
2220
import VideoThumbnail from '@/components/VideoThumbnail.vue'
2321
22+
import EditorField from '~/components/EditorField.vue'
23+
2424
export type formData = {
2525
videoUrl: string
2626
videoTitle: string

0 commit comments

Comments
 (0)