Spaces:
Configuration error
Configuration error
zack
commited on
Commit
·
56fa241
1
Parent(s):
4246115
Revert "\:bug\: fix(index.js): correct typo in main page"
Browse files- frontend/pages/index.js +1 -1
frontend/pages/index.js
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import React from 'react';
|
2 |
import ReactDOM from 'react-dom/client';
|
3 |
import App from './_app';
|
4 |
-
import reportWebVitals from '
|
5 |
|
6 |
const root = ReactDOM.createRoot(document.getElementById('Gradio-Flow'));
|
7 |
root.render(
|
|
|
1 |
import React from 'react';
|
2 |
import ReactDOM from 'react-dom/client';
|
3 |
import App from './_app';
|
4 |
+
import reportWebVitals from 'src/reportWebVitals';
|
5 |
|
6 |
const root = ReactDOM.createRoot(document.getElementById('Gradio-Flow'));
|
7 |
root.render(
|