Spaces:
Configuration error
Configuration error
import ReactEnviorment from './components/ReactFlow/ReactFlowEnv' | |
export default function App() { | |
return( | |
<> | |
<ReactEnviorment/> | |
</> | |
) | |
}; | |