Skip to content

Commit 0ce9255

Browse files
committed
Remove duplicate imports
1 parent 406ef8f commit 0ce9255

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/app.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
// core
22
import p5 from './core/main';
3+
4+
// shape
35
import shape from './shape';
46
shape(p5);
57

6-
// shapes
7-
import customShapes from './shape';
8-
customShapes(p5);
9-
108
//accessibility
119
import accessibility from './accessibility';
1210
accessibility(p5);

0 commit comments

Comments
 (0)