Fix unused import

This commit is contained in:
Mitchell McCaffrey
2020-10-22 20:57:01 +11:00
parent 611e7af3d9
commit d6b790035a

View File

@@ -1,7 +1,5 @@
import React from "react";
import { Flex, Box, Label, Input, Checkbox, IconButton } from "theme-ui";
import ExpandMoreIcon from "../../icons/ExpandMoreIcon";
import { Flex, Box, Label, Input, Checkbox } from "theme-ui";
import { isEmpty } from "../../helpers/shared";