Spaces:
Configuration error
Configuration error
zack
commited on
Commit
·
3783fa1
1
Parent(s):
0f14d86
fix: correct import path for ReactFlowEnv \U0001F527
Browse files- frontend/pages/index.js +0 -1
frontend/pages/index.js
CHANGED
@@ -1,6 +1,5 @@
|
|
1 |
import React from 'react';
|
2 |
import ReactDOM from 'react-dom/client';
|
3 |
-
import './css/index.css';
|
4 |
import App from './App';
|
5 |
//import Navbar from './Components/Navagation/navbar';
|
6 |
import reportWebVitals from './reportWebVitals';
|
|
|
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';
|