We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 400b653 commit 2161b99Copy full SHA for 2161b99
app/components/Code/DirectoryListing.vue
@@ -1,7 +1,7 @@
1
<script setup lang="ts">
2
import type { PackageFileTree } from '#shared/types'
3
import type { RouteLocationRaw } from 'vue-router'
4
-import { getFileIcon } from '~/utils/file-icons'
+import { ADDITIONAL_ICONS, getFileIcon } from '~/utils/file-icons'
5
6
const props = defineProps<{
7
tree: PackageFileTree[]
app/components/Code/FileTree.vue
0 commit comments