Skip to content

Commit 2da051a

Browse files
committed
🩹 Fix imports in datapack-compiler/index.ts
1 parent ecf5608 commit 2da051a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/systems/datapack-compiler/index.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ import { eulerFromQuaternion, floatToHex, roundTo, tinycolorToDecimal } from '..
1515
import { MSLimiter } from '../../util/msLimiter'
1616
import { Variant } from '../../variants'
1717
import { AJMeta } from '../ajmeta'
18-
import type { IRenderedAnimation } from '../animationRenderer'
19-
import mcbFiles from '../datapackCompiler/mcbFiles'
20-
import { getNodeTags, TAGS } from '../datapackCompiler/tags'
18+
import type { IRenderedAnimation } from '../animation-renderer'
19+
import { getNodeTags, TAGS } from '../datapack-compiler/tags'
20+
import versions from '../datapack-compiler/versions'
2121
import { IntentionalExportError } from '../exporter'
2222
import { CommonDisplayConfig, TextDisplayConfig } from '../node-configs'
2323
import type { AnyRenderedNode, IRenderedRig } from '../rig-renderer'

0 commit comments

Comments
 (0)