Skip to content

Commit 958689e

Browse files
committed
Cleanup example
1 parent 423d4cb commit 958689e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/auto-layout/code/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { createLayout, $, stagger, random, spring } from '../../../../dist/modules/index.js';
1+
import { createLayout, $, stagger, random } from '../../../../dist/modules/index.js';
22

33
const keywordSet = /^(const|let|var|function|return|if|else|for|while|new|this|true|false|null|undefined|async|await|import|export|from|class|extends)$/;
44
const tokenRegex = /(['"`])(?:\\.|[^\\])*?\1|[a-zA-Z_$][a-zA-Z0-9_$]*|\s+|[^a-zA-Z_$'"`\s]+/g;

0 commit comments

Comments
 (0)