[refactor] Refactor rendering-related files to DDD organization (#5388)

* refactor rendering-related files to DDD organization

* add to git ignore ignore revs
This commit is contained in:
Christian Byrne
2025-09-06 02:47:37 -07:00
committed by snomiao
parent 348046ec91
commit 3f41509e90
14 changed files with 17 additions and 13 deletions

View File

@@ -1,6 +1,6 @@
import { beforeEach, describe, expect, it } from 'vitest'
import { useTransformState } from '@/composables/element/useTransformState'
import { useTransformState } from '@/renderer/core/layout/useTransformState'
// Mock canvas context for testing
const createMockCanvasContext = () => ({