Removed unused import

This commit is contained in:
Mitchell McCaffrey 2020-04-07 12:05:30 +10:00
parent 84a1775bf6
commit a6835b706c

View File

@ -1,5 +1,5 @@
import React from "react";
import { Box, Flex, IconButton, Text, Label } from "theme-ui";
import { Box, Flex, IconButton, Text } from "theme-ui";
function SizeInput({ value, onChange }) {
return (