fix(dev): 更新调试面板组件导入路径

This commit is contained in:
MoeSnowyFox
2025-09-21 00:06:35 +08:00
parent f3680a8274
commit 0e8094e52f

View File

@@ -3,5 +3,5 @@
</template>
<script setup lang="ts">
import DebugPanel from './debug/index.vue'
import DebugPanel from './devtools/index.vue'
</script>