Skip to content

Commit 5cd7646

Browse files
alexnmAlex Moldovan
andauthored
chore(quickstart): update templates (#7041)
Co-authored-by: Alex Moldovan <[email protected]>
1 parent 5bcbfcf commit 5cd7646

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

packages/app/src/app/components/CreateSandbox/CreateSandbox.tsx

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,16 @@ export const COLUMN_MEDIA_THRESHOLD = 1600;
4343

4444
const QUICK_START_IDS = [
4545
'new',
46-
'rjk9n4zj7m', // static v1
46+
'vanilla',
4747
'vue',
48-
'fxis37', // next v2
4948
'prp60l', // remix v2
50-
'k8dsq1', // blank v2
49+
'9qputt', // vite + react v2
50+
'fxis37', // next v2
51+
// 'k8dsq1', // blank v2
5152
// '6xxu1m', // nuxt v2
52-
'vanilla',
5353
'angular',
5454
'react-ts',
55+
'rjk9n4zj7m', // static v1
5556
];
5657

5758
interface PanelProps {

0 commit comments

Comments
 (0)