Skip to content

Commit 34dfd97

Browse files
committed
Fix biome warnings
1 parent fa18044 commit 34dfd97

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/index.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
import * as THREE from 'three'
1+
import * as three from 'three'
22

3-
type ThreeType = typeof THREE
3+
type ThreeType = typeof three
44

55
declare global {
66
var THREE: ThreeType
77
}
88

9-
globalThis.THREE = THREE
9+
globalThis.THREE = three
1010

1111
document.body.insertAdjacentHTML(
1212
'beforeend',

0 commit comments

Comments
 (0)