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 ac64752 commit 1077750Copy full SHA for 1077750
src/startup.tsx
@@ -1,6 +1,6 @@
1
+import { StrictMode } from 'react';
2
import { createRoot } from 'react-dom/client';
3
import { App } from './App.js';
-import { StrictMode } from 'react';
4
5
const el = document.getElementById('root');
6
0 commit comments