Skip to content

Commit a74b450

Browse files
committed
Remove incorrect import
1 parent b0ea46b commit a74b450

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import {
22
TilesRenderer,
3-
GLTFCesiumRTCExtension,
43
NONE,
54
SCREEN_ERROR,
65
GEOMETRIC_ERROR,
@@ -16,6 +15,7 @@ import {
1615
import {
1716
DebugTilesPlugin,
1817
ImplicitTilingPlugin,
18+
GLTFCesiumRTCExtension,
1919
} from '3d-tiles-renderer/plugins';
2020
import {
2121
Scene,

0 commit comments

Comments
 (0)