Unused import

This commit is contained in:
Mitchell McCaffrey 2020-04-08 21:43:41 +10:00
parent 7271b82082
commit 8c5d58ae93

View File

@ -1,5 +1,5 @@
import React, { useState } from "react";
import { IconButton, Flex, Box, Label, Text } from "theme-ui";
import { IconButton, Box, Label, Text } from "theme-ui";
import Modal from "./Modal";