zack
chore: include global css in _app.js :art:
a09def2
raw
history blame
201 Bytes
import '../src/css/index.css';
import ReactEnviorment from '../components/ReactFlow/ReactFlowEnv'
export default function App() {
return(
<>
<ReactEnviorment/>
</>
)
};