refactor(stage-ui,ui): promote Collapsible and Screen to ui package

This commit is contained in:
Neko Ayaka
2026-01-07 21:03:02 +08:00
parent ff119f0d2b
commit 77045c4b98
14 changed files with 133 additions and 21 deletions
@@ -1,7 +1,7 @@
<script setup lang="ts">
import { Screen } from '@proj-airi/stage-ui/components'
import { Live2DCanvas, Live2DModel } from '@proj-airi/stage-ui/components/scenes'
import { useSettings } from '@proj-airi/stage-ui/stores/settings'
import { Screen } from '@proj-airi/ui'
import { storeToRefs } from 'pinia'
import { ref, watch } from 'vue'