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 5bcbfcf commit 5cd7646Copy full SHA for 5cd7646
packages/app/src/app/components/CreateSandbox/CreateSandbox.tsx
@@ -43,15 +43,16 @@ export const COLUMN_MEDIA_THRESHOLD = 1600;
43
44
const QUICK_START_IDS = [
45
'new',
46
- 'rjk9n4zj7m', // static v1
+ 'vanilla',
47
'vue',
48
- 'fxis37', // next v2
49
'prp60l', // remix v2
50
- 'k8dsq1', // blank v2
+ '9qputt', // vite + react v2
+ 'fxis37', // next v2
51
+ // 'k8dsq1', // blank v2
52
// '6xxu1m', // nuxt v2
- 'vanilla',
53
'angular',
54
'react-ts',
55
+ 'rjk9n4zj7m', // static v1
56
];
57
58
interface PanelProps {
0 commit comments