File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ describe('StackBlitz', () => {
52
52
</head>
53
53
<body>
54
54
<div id="root"></div>
55
- <script type="module" src="/src/index.js "></script>
55
+ <script type="module" src="/src/index.jsx "></script>
56
56
</body>
57
57
</html>` ,
58
58
'package.json' : `{
@@ -76,7 +76,7 @@ describe('StackBlitz', () => {
76
76
"vite": "latest"
77
77
}
78
78
}` ,
79
- 'src/Demo.js ' : `import * as React from 'react';
79
+ 'src/Demo.jsx ' : `import * as React from 'react';
80
80
import Stack from '@mui/material/Stack';
81
81
import Button from '@mui/material/Button';
82
82
@@ -90,7 +90,7 @@ export default function BasicButtons() {
90
90
);
91
91
}
92
92
` ,
93
- 'src/index.js ' : `import * as React from 'react';
93
+ 'src/index.jsx ' : `import * as React from 'react';
94
94
import * as ReactDOM from 'react-dom/client';
95
95
import { StyledEngineProvider } from '@mui/material/styles';
96
96
import Demo from './Demo';
You can’t perform that action at this time.
0 commit comments