Skip to content

Commit 4e329fc

Browse files
committed
fix: remove automatic imports
1 parent 3721e4c commit 4e329fc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ui/app/components/ui/graph/node/utils/github/fileTreeSelector.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<script lang="ts" setup>
22
import type { FileTreeNode, Repo, GithubCommitState, RepoContent } from '@/types/github';
3-
import { ref, computed, watch, onMounted, onUnmounted } from 'vue';
43
54
// --- Props ---
65
const props = defineProps<{

0 commit comments

Comments
 (0)