Organize searchbox files (#315)

This commit is contained in:
Chenlei Hu
2024-08-05 18:29:06 -04:00
committed by GitHub
parent 1eb45ddc55
commit b90b1194d6
7 changed files with 6 additions and 6 deletions

View File

@@ -14,7 +14,7 @@
<script setup lang="ts">
import SideToolBar from '@/components/sidebar/SideToolBar.vue'
import LiteGraphCanvasSplitterOverlay from '@/components/LiteGraphCanvasSplitterOverlay.vue'
import NodeSearchboxPopover from '@/components/NodeSearchBoxPopover.vue'
import NodeSearchboxPopover from '@/components/searchbox/NodeSearchBoxPopover.vue'
import NodeTooltip from '@/components/graph/NodeTooltip.vue'
import { ref, computed, onUnmounted, watch, onMounted } from 'vue'
import { app as comfyApp } from '@/scripts/app'