zack
\:art\: style(_app.js): update global styles for consistency
c627fac
raw
history blame
196 Bytes
import './css/index.css';
import ReactEnviorment from '../components/ReactFlow/ReactFlowEnv'
export default function App() {
return(
<>
<ReactEnviorment/>
</>
)
};