Skip to content

Commit

Permalink
I. #32 removing unused component
Browse files Browse the repository at this point in the history
  • Loading branch information
dcdenu4 committed Sep 27, 2021
1 parent 0790790 commit 6ee010d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions map-viewer/src/components/VerticalMenu.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ import { scales } from '../ScaleDefinitions';
import InfoPopover from './InfoPopover';
import { serviceMenuDetails, supportMenuDetails } from '../ScaleDefinitions';

import { TestSortable } from './TestSortable';

const IconMap = {
faglobe: <FaGlobe className="labelIcons"/>,
giafrica: <GiAfrica className="labelIcons"/>,
Expand Down Expand Up @@ -145,7 +143,6 @@ const VerticalMenu = (props) => {
</Card>
</Accordion>

<TestSortable />
</Form>
);
};
Expand Down

0 comments on commit 6ee010d

Please sign in to comment.