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 5619691 commit b1ba89dCopy full SHA for b1ba89d
web_src/js/components/DiffFileTreeItem.vue
@@ -2,7 +2,7 @@
2
import {SvgIcon, type SvgName} from '../svg.ts';
3
import {diffTreeStore} from '../modules/stores.ts';
4
import {ref} from 'vue';
5
-import {type Item, type File, type FileStatus} from '../utils/filetree.ts';
+import type {Item, File, FileStatus} from '../utils/filetree.ts';
6
7
defineProps<{
8
item: Item,
0 commit comments