Skip to content

Commit 4df5f5d

Browse files
committed
import the newly exported default (p5) from global in test/types/basic.ts
1 parent b881b8d commit 4df5f5d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/types/basic.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// Modified from https://openprocessing.org/sketch/2500100
2-
3-
import '../../types/global'
2+
import p5 from '../../types/global'
43

54
p5.disableFriendlyErrors = true
65

0 commit comments

Comments
 (0)