style: reorder imports

This commit is contained in:
John Doe
2026-03-26 00:24:45 -04:00
parent b47d4a6a15
commit 9a0950dd90
2 changed files with 3 additions and 5 deletions
+1 -3
View File
@@ -68,7 +68,5 @@ export {
} from './systems/wall/wall-mitering'
export { WallSystem } from './systems/wall/wall-system'
export { WindowSystem } from './systems/window/window-system'
export { cloneSceneGraph } from './utils/clone-scene-graph'
export { isObject } from './utils/types'
export {
cloneSceneGraph,
} from './utils/clone-scene-graph'