Spaces:
Running
Running
Update main.js
Browse files
main.js
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import { StrictMode } from 'react';
|
2 |
import { createRoot } from 'react-dom/client';
|
3 |
-
import App from './App.
|
4 |
import './index.css';
|
5 |
|
6 |
createRoot(document.getElementById('root')!).render(
|
|
|
1 |
import { StrictMode } from 'react';
|
2 |
import { createRoot } from 'react-dom/client';
|
3 |
+
import App from './App.js';
|
4 |
import './index.css';
|
5 |
|
6 |
createRoot(document.getElementById('root')!).render(
|