Removed unused imports

This commit is contained in:
Mitchell McCaffrey 2021-01-03 16:46:51 +11:00
parent 037e4a4ab4
commit 7693db325a

View File

@ -1,7 +1,6 @@
import React, { useContext } from "react";
import { Flex, Box, Text, IconButton, Close, Label } from "theme-ui";
import SimpleBar from "simplebar-react";
import { useMedia } from "react-media";
import Case from "case";
import RemoveTokenIcon from "../../icons/RemoveTokenIcon";