From 3c022469c8701f6c5ed11cc0b06d290712bfe7ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luc=C3=A0s?= Date: Mon, 29 Aug 2022 17:01:23 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=91=20Remove=20unused=20imports?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Content.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Content.tsx b/src/components/Content.tsx index 41c53f6..6231537 100644 --- a/src/components/Content.tsx +++ b/src/components/Content.tsx @@ -1,5 +1,5 @@ import React, {useState} from 'react'; -import {Box, Center, Flex, Input, Text} from '@chakra-ui/react'; +import {Flex, Input, Text} from '@chakra-ui/react'; import {ArrowDownIcon} from '@chakra-ui/icons'; export default function Content() {