style: reorder imports
This commit is contained in:
@@ -68,7 +68,5 @@ export {
|
|||||||
} from './systems/wall/wall-mitering'
|
} from './systems/wall/wall-mitering'
|
||||||
export { WallSystem } from './systems/wall/wall-system'
|
export { WallSystem } from './systems/wall/wall-system'
|
||||||
export { WindowSystem } from './systems/window/window-system'
|
export { WindowSystem } from './systems/window/window-system'
|
||||||
|
export { cloneSceneGraph } from './utils/clone-scene-graph'
|
||||||
export { isObject } from './utils/types'
|
export { isObject } from './utils/types'
|
||||||
export {
|
|
||||||
cloneSceneGraph,
|
|
||||||
} from './utils/clone-scene-graph'
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
import type { AnyNode, AnyNodeId } from '../schema'
|
import type { AnyNode, AnyNodeId } from '../schema'
|
||||||
import type { Collection, CollectionId } from '../schema/collections'
|
|
||||||
import { generateId } from '../schema/base'
|
import { generateId } from '../schema/base'
|
||||||
|
import type { Collection, CollectionId } from '../schema/collections'
|
||||||
|
|
||||||
export type SceneGraph = {
|
export type SceneGraph = {
|
||||||
nodes: Record<AnyNodeId, AnyNode>
|
nodes: Record<AnyNodeId, AnyNode>
|
||||||
|
|||||||
Reference in New Issue
Block a user