Skip to content

Commit 97a5ad4

Browse files
authored
Update main.js
1 parent 0ddb178 commit 97a5ad4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

main.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
import { Borehole } from '/modules/boreholeMesh.js';
2-
import { Label } from '/modules/labels.js';
3-
import { Fence } from '/modules/fenceMesh.js';
1+
import { Borehole } from './modules/boreholeMesh.js';
2+
import { Label } from './modules/labels.js';
3+
import { Fence } from './modules/fenceMesh.js';
44
import { Box3, Vector3 } from 'three';
55

66
// Function to create a geotechnical borehole

0 commit comments

Comments
 (0)