diff --git a/src/components/SizeInput.js b/src/components/SizeInput.js index 2c5f5d7..3e9cfd6 100644 --- a/src/components/SizeInput.js +++ b/src/components/SizeInput.js @@ -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 (