Spaces:
Configuration error
Configuration error
zack
commited on
Commit
·
a09def2
1
Parent(s):
6501210
chore: include global css in _app.js :art:
Browse files- frontend/pages/_app.js +1 -1
frontend/pages/_app.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
import '
|
2 |
import ReactEnviorment from '../components/ReactFlow/ReactFlowEnv'
|
3 |
|
4 |
export default function App() {
|
|
|
1 |
+
import '../src/css/index.css';
|
2 |
import ReactEnviorment from '../components/ReactFlow/ReactFlowEnv'
|
3 |
|
4 |
export default function App() {
|