File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
app/src/components/bottom Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change 1
1
import React , { useState , useContext } from 'react' ;
2
2
import makeStyles from '@mui/styles/makeStyles' ;
3
- // import StateContext from '../../context/context';
4
3
import Tabs from '@mui/material/Tabs' ;
5
4
import Tab from '@mui/material/Tab' ;
6
5
import CodePreview from './CodePreview' ;
@@ -9,11 +8,9 @@ import CustomizationPanel from '../../containers/CustomizationPanel';
9
8
import CreationPanel from './CreationPanel' ;
10
9
import ContextManager from '../ContextAPIManager/ContextManager' ;
11
10
import StateManager from '../StateManagement/StateManagement' ;
12
-
13
11
import Box from '@mui/material/Box' ;
14
12
import Tree from '../../tree/TreeChart' ;
15
13
import FormControl from '@mui/material/FormControl' ;
16
- // import { styleContext } from '../../containers/AppContainer';
17
14
import MenuItem from '@mui/material/MenuItem' ;
18
15
import Select from '@mui/material/Select' ;
19
16
import Arrow from '../main/Arrow' ;
You can’t perform that action at this time.
0 commit comments