File size: 408 Bytes
a053984
 
21b4f3e
a053984
 
 
c627fac
aef915f
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
import '../src/css/index.css'
import '../src/css/dist/output.css'; // Example of a global CSS file
import '../src/css/counter.css';
import 'semantic-ui-css/semantic.min.css'; // Assuming you're using Semantic UI

// Your _app.js content;
import ReactEnviorment from '../components/ReactFlow/ReactFlowEnv'

export default function App() {
  return(
      <>
        <ReactEnviorment/>
      </>
      
  )
};