zack
feat: add new pages directory and _app.js file structure ๐Ÿ—๏ธ
aef915f
raw
history blame
169 Bytes
import ReactEnviorment from './components/ReactFlow/ReactFlowEnv'
export default function App() {
return(
<>
<ReactEnviorment/>
</>
)
};