mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-21 06:49:37 +00:00
[Lint] Sort imports (#2104)
This commit is contained in:
@@ -10,8 +10,9 @@
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import { onBeforeUnmount, onMounted } from 'vue'
|
||||
|
||||
import { useSettingStore } from '@/stores/settingStore'
|
||||
import { onMounted, onBeforeUnmount } from 'vue'
|
||||
|
||||
const settingStore = useSettingStore()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user