Skip to content

Commit eb25afa

Browse files
authored
Docs: Fix import in CameraUtils. (#26591)
1 parent c849b5d commit eb25afa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/examples/en/utils/CameraUtils.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ <h2>Import</h2>
2121
</p>
2222

2323
<code>
24-
import { CameraUtils } from 'three/addons/utils/CameraUtils.js';
24+
import * as CameraUtils from 'three/addons/utils/CameraUtils.js';
2525
</code>
2626

2727
<h2>Methods</h2>

0 commit comments

Comments
 (0)