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

@@ -28,7 +28,7 @@ vi.mock('@/stores/commandStore', () => ({
})
}))
vi.mock('@/stores/graphStore', () => ({
vi.mock('@/renderer/core/canvas/canvasStore', () => ({
useCanvasStore: () => ({
appScalePercentage: 100,
setAppZoomFromPercentage: mockSetAppZoom