refactor rendering-related files to DDD organization

This commit is contained in:
bymyself
2025-09-06 01:15:26 -07:00
parent 718ec42deb
commit 7650c55b4f
59 changed files with 68 additions and 61 deletions

View File

@@ -22,8 +22,8 @@
import Button from 'primevue/button'
import { useI18n } from 'vue-i18n'
import { useCanvasStore } from '@/renderer/core/canvas/canvasStore'
import { useCommandStore } from '@/stores/commandStore'
import { useCanvasStore } from '@/stores/graphStore'
const { t } = useI18n()
const commandStore = useCommandStore()