Removed unused import

This commit is contained in:
Mitchell McCaffrey 2020-04-26 19:21:25 +10:00
parent 4f5f4706c6
commit adfd5b07a3

View File

@ -1,5 +1,5 @@
import React, { useState, useEffect, useRef, Fragment } from "react";
import { Flex, Box, IconButton, Label, Divider } from "theme-ui";
import { Flex, Box, IconButton, Label } from "theme-ui";
import SelectMapButton from "./SelectMapButton";
import ExpandMoreIcon from "../../icons/ExpandMoreIcon";