Spaces:
Configuration error
Configuration error
Luca Vivona
commited on
Commit
·
1228d79
1
Parent(s):
f0c8838
fixed slight directory error ⚠️
Browse files
frontend/src/Components/ReactFlow/ReactFlowEnv.js
CHANGED
@@ -7,7 +7,7 @@ import ReactFlow, { Background,
|
|
7 |
ReactFlowProvider,
|
8 |
} from 'react-flow-renderer';
|
9 |
import React ,{ useState, useCallback, useRef } from 'react';
|
10 |
-
import Navbar from '../Navagation/
|
11 |
import { useThemeDetector } from '../../helper/visual'
|
12 |
|
13 |
const types = {
|
@@ -86,4 +86,4 @@ export default function ReactEnviorment() {
|
|
86 |
</div>
|
87 |
</>
|
88 |
);
|
89 |
-
}
|
|
|
7 |
ReactFlowProvider,
|
8 |
} from 'react-flow-renderer';
|
9 |
import React ,{ useState, useCallback, useRef } from 'react';
|
10 |
+
import Navbar from '../Navagation/navbar';
|
11 |
import { useThemeDetector } from '../../helper/visual'
|
12 |
|
13 |
const types = {
|
|
|
86 |
</div>
|
87 |
</>
|
88 |
);
|
89 |
+
}
|