Spaces:
Configuration error
Configuration error
zack
commited on
Commit
·
dc4b59e
1
Parent(s):
effe203
refactor: imp
Browse files- frontend/pages/index.js +2 -3
frontend/pages/index.js
CHANGED
|
@@ -1,8 +1,7 @@
|
|
| 1 |
import React from 'react';
|
| 2 |
import ReactDOM from 'react-dom/client';
|
| 3 |
-
import App from './
|
| 4 |
-
|
| 5 |
-
import reportWebVitals from './reportWebVitals';
|
| 6 |
|
| 7 |
const root = ReactDOM.createRoot(document.getElementById('Gradio-Flow'));
|
| 8 |
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(
|