Skip to content

Commit 0201031

Browse files
committed
USDCParser: Fix import.
1 parent 32c4f23 commit 0201031

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

examples/jsm/loaders/usd/USDCParser.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
import {
2+
Group
3+
} from 'three';
4+
15
class USDCParser {
26

37
parse( buffer ) {
@@ -10,4 +14,4 @@ class USDCParser {
1014

1115
}
1216

13-
export { USDCParser };
17+
export { USDCParser };

0 commit comments

Comments
 (0)