Skip to content

Commit 6322fa1

Browse files
committed
Added extension to some imports.
1 parent 438eca6 commit 6322fa1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/objects/Line.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { Object3D } from '../core/Object3D.js';
55
import { Vector3 } from '../math/Vector3.js';
66
import { LineBasicMaterial } from '../materials/LineBasicMaterial.js';
77
import { BufferGeometry } from '../core/BufferGeometry.js';
8-
import { Float32BufferAttribute } from '../core/BufferAttribute';
8+
import { Float32BufferAttribute } from '../core/BufferAttribute.js';
99

1010
/**
1111
* @author mrdoob / http://mrdoob.com/

src/objects/LineSegments.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { Line } from './Line.js';
22
import { Vector3 } from '../math/Vector3.js';
3-
import { Float32BufferAttribute } from '../core/BufferAttribute';
3+
import { Float32BufferAttribute } from '../core/BufferAttribute.js';
44

55
/**
66
* @author mrdoob / http://mrdoob.com/

0 commit comments

Comments
 (0)