[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 GitHub
parent f719ed941f
commit 0854194aa1
14 changed files with 17 additions and 13 deletions

View File

@@ -9,7 +9,8 @@ import {
QUADTREE_CONFIG
} from '@/renderer/core/layout/constants'
import type { Bounds, NodeId } from '@/renderer/core/layout/types'
import { QuadTree } from '@/utils/spatial/QuadTree'
import { QuadTree } from './QuadTree'
/**
* Cache entry for spatial queries