Skip to content
Snippets Groups Projects
Commit 5a2b9fcb authored by Konrad Mohrfeldt's avatar Konrad Mohrfeldt :koala:
Browse files

chore: reorder imports

parent 3da64193
No related branches found
No related tags found
No related merge requests found
......@@ -23,12 +23,12 @@
</template>
<script setup lang="ts">
import { useI18n } from '@/i18n'
import { Show } from '@/types'
import AShowArchivalFlow from '@/components/shows/AShowArchivalFlow.vue'
import AShowDeletionFlow from '@/components/shows/AShowDeletionFlow.vue'
import AShowSlugRenamingFlow from '@/components/shows/AShowSlugRenamingFlow.vue'
import AHousekeepingSection from '@/components/shows/AHousekeepingSection.vue'
import { useI18n } from '@/i18n'
import AFieldset from '@/components/generic/AFieldset.vue'
defineProps<{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment