diff --git a/src/components/containers/importrouteform/ImportRouteForm.js b/src/components/containers/importrouteform/ImportRouteForm.js
index e65712a..6bb408d 100644
--- a/src/components/containers/importrouteform/ImportRouteForm.js
+++ b/src/components/containers/importrouteform/ImportRouteForm.js
@@ -103,7 +103,6 @@ const useStyles = (theme) => ({
theme.palette.type === 'light' ? theme.palette.grey[50] : theme.palette.grey[900],
backgroundSize: 'cover',
backgroundPosition: 'center',
- // height: '90vh',
minHeight: '90vh',
},
});
diff --git a/src/components/ui/ImportRouteCard.js b/src/components/ui/ImportRouteCard.js
index bd8a16b..357677a 100644
--- a/src/components/ui/ImportRouteCard.js
+++ b/src/components/ui/ImportRouteCard.js
@@ -2,7 +2,6 @@ import React, { Component } from 'react'
import { Card, CardContent, IconButton, CardMedia, Typography, makeStyles, CardActions, Collapse, Box } from '@material-ui/core';
import MapSnapshot from '../map/MapSnapshot';
import ExpandMoreIcon from '@material-ui/icons/ExpandMore';
-import MoreVertIcon from '@material-ui/icons/MoreVert';
import clsx from 'clsx';
function ImportRouteCard(props) {
@@ -40,10 +39,10 @@ function ImportRouteCard(props) {