File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ import { useDrag } from 'react-dnd';
6
6
import { ItemTypes } from '../../constants/ItemTypes' ;
7
7
import Select from '@material-ui/core/Select' ;
8
8
9
+ // ------------------------------------------------
10
+ import MenuItem from '@material-ui/core/MenuItem' ;
11
+ // ------------------------------------------------
12
+
9
13
/*
10
14
N.B.: RENDERED ONLY IN NEXT.JS MODE
11
15
@@ -21,7 +25,7 @@ Dragging works in the same manner as in ComponentPanelItem.tsx
21
25
*/
22
26
// a component panel routing item is a Next.js component that allows the user to navigate between pages
23
27
const ComponentPanelRoutingItem : React . FC < { } > = ( ) => {
24
- const classes = useStyles ( ) ; 's there, '
28
+ const classes = useStyles ( ) ; 's there, '
25
29
const [ state , ] = useContext ( StateContext ) ;
26
30
27
31
// find the root components that can be associated with a route
You can’t perform that action at this time.
0 commit comments