chore: format 'import type'
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
<script lang="ts" setup>
|
||||
import { computed } from "vue"
|
||||
import type { PropType } from "vue"
|
||||
import type { RouteRecordRaw } from "vue-router"
|
||||
import { type PropType, computed } from "vue"
|
||||
import { type RouteRecordRaw } from "vue-router"
|
||||
import SidebarItemLink from "./SidebarItemLink.vue"
|
||||
import { isExternal } from "@/utils/validate"
|
||||
import path from "path-browserify"
|
||||
|
||||
Reference in New Issue
Block a user