File tree Expand file tree Collapse file tree 4 files changed +925
-460
lines changed Expand file tree Collapse file tree 4 files changed +925
-460
lines changed Original file line number Diff line number Diff line change @@ -101,33 +101,6 @@ const DragDropPanel = (props): JSX.Element => {
101
101
</ AccordionDetails >
102
102
</ Accordion >
103
103
104
- { /* MUI Components */ }
105
- { /* <Accordion className={classes.accordion}>
106
- <AccordionSummary
107
- expandIcon={<ExpandMoreIcon />}
108
- aria-controls="panel2a-content"
109
- id="panel2a-header"
110
- className={classes.accordionSummary}
111
- >
112
- <h3>MUI Components</h3>
113
- </AccordionSummary>
114
- <AccordionDetails>
115
- <Grid container justifyContent="center">
116
- {muiTypesToRender.map((option) => {
117
- return (
118
- <MUIItem
119
- name={option.name}
120
- key={`mui-${option.name}`}
121
- id={option.id}
122
- icon={option.icon}
123
- handleDelete={handleDelete}
124
- />
125
- );
126
- }) }
127
- </Grid>
128
- </AccordionDetails>
129
- </Accordion> */ }
130
-
131
104
{ /* React Router */ }
132
105
< Accordion className = { classes . accordion } >
133
106
< AccordionSummary
You can’t perform that action at this time.
0 commit comments