We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2836e2 commit 55a458fCopy full SHA for 55a458f
src/examples/index.ts
@@ -7,4 +7,4 @@ import { checkers } from './checkers';
7
import { drop } from './drop';
8
import { music } from './music';
9
10
-export const examples: Project[] = [music, stripes, balls, logo, conway, checkers, drop];
+export const examples: Project[] = [stripes, music, balls, logo, conway, checkers, drop];
0 commit comments