LucaVivona's picture
refactor frontend/backend πŸ‘¨β€πŸ’»
7f30a93
raw
history blame
No virus
169 Bytes
import ReactEnviorment from './components/ReactFlow/ReactFlowEnv'
export default function App() {
return(
<>
<ReactEnviorment/>
</>
)
};