Skip to content

Commit

Permalink
fix: bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Satoru committed Jul 19, 2023
1 parent 7e03c85 commit d996724
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/miradorLayerSlideshowPlugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import PropTypes from 'prop-types';
import ListItemIcon from '@material-ui/core/ListItemIcon';
import ListItemText from '@material-ui/core/ListItemText';
import MenuItem from '@material-ui/core/MenuItem';
import StartIcon from '@material-ui/icons/PlayCircleOutline';
import LayersIcon from '@material-ui/icons/Layers';

const layersReducer = (state = {}, action) => {
Expand Down

0 comments on commit d996724

Please sign in to comment.