zack commited on
Commit
dc4b59e
·
1 Parent(s): effe203

refactor: imp

Browse files
Files changed (1) hide show
  1. 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 './App';
4
- //import Navbar from './Components/Navagation/navbar';
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(