c132e32 86be414 c132e32
1
2
3
4
5
6
7
8
9
10
11
import ReactEnviorment from './Components/ReactFlow/ReactFlowEnv' export default function App() { return( <> <ReactEnviorment/> </> ) };