Skip to content

Commit 1c9cffb

Browse files
committed
refactor: alphabetize imports
1 parent 40d8160 commit 1c9cffb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/runtime/components/app/AppAnnouncementBar.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<script setup lang="ts">
2-
import { useDisplay, computed, useNuxtifyConfig, isExternalUrl } from '#imports'
2+
import { computed, isExternalUrl, useDisplay, useNuxtifyConfig } from '#imports'
33
44
// App state
55
const nuxtifyConfig = useNuxtifyConfig()

src/runtime/components/app/AppLogo.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<script setup lang="ts">
2-
import { useAppConfig, useDisplay, computed } from '#imports'
2+
import { computed, useAppConfig, useDisplay } from '#imports'
33
44
// Props
55
const props = defineProps({

0 commit comments

Comments
 (0)