diff --git a/.gitignore b/.gitignore
index f21726c7..cd282e0a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,6 +18,7 @@
.env.test.local
.env.production.local
.env
+.env.production
npm-debug.log*
yarn-debug.log*
diff --git a/src/components/ImportCSV.tsx b/src/components/ImportCSV.tsx
index 04e11042..67e358cd 100644
--- a/src/components/ImportCSV.tsx
+++ b/src/components/ImportCSV.tsx
@@ -17,7 +17,7 @@ import Select from "@material-ui/core/Select";
import FormControl from "@material-ui/core/FormControl";
import InputLabel from "@material-ui/core/InputLabel";
import MenuItem from "@material-ui/core/MenuItem";
-
+import AddCSVIcon from "@material-ui/icons/PlaylistAdd";
import ArrowIcon from "@material-ui/icons/TrendingFlatOutlined";
import AddIcon from "@material-ui/icons/Add";
import DeleteIcon from "@material-ui/icons/Delete";
@@ -102,7 +102,9 @@ export default function ImportCSV(props: any) {
return (
-
+