File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import { app } from '../../scripts/app.js'
12
12
import * as shared from './comfy_shared.js'
13
13
import { log } from './comfy_shared.js'
14
14
import { MtbWidgets } from './mtb_widgets.js'
15
- import { o3d_to_three } from '/extensions/mtb /geometry_nodes.js'
15
+ import { o3d_to_three } from '. /geometry_nodes.js'
16
16
17
17
// TODO: respect inputs order...
18
18
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ import { api } from '../../scripts/api.js'
12
12
13
13
import parseCss from './extern/parse-css.js'
14
14
import * as shared from './comfy_shared.js'
15
- import { o3d_to_three , make_wireframe } from '/extensions/mtb /geometry_nodes.js'
16
- import * as THREE from '/extensions/mtb /extern/three.module.js'
15
+ import { o3d_to_three , make_wireframe } from '. /geometry_nodes.js'
16
+ import * as THREE from '. /extern/three.module.js'
17
17
18
18
import { log } from './comfy_shared.js'
19
19
You can’t perform that action at this time.
0 commit comments