diff --git a/src/components/Content.tsx b/src/components/Content.tsx index 6231537..b3931d1 100644 --- a/src/components/Content.tsx +++ b/src/components/Content.tsx @@ -1,6 +1,6 @@ import React, {useState} from 'react'; -import {Flex, Input, Text} from '@chakra-ui/react'; -import {ArrowDownIcon} from '@chakra-ui/icons'; +import {Flex, Input} from '@chakra-ui/react'; +import {ArrowDownIcon, ArrowForwardIcon} from '@chakra-ui/icons'; export default function Content() { // States @@ -33,10 +33,24 @@ export default function Content() { // Render return ( - - - - {output} + + + + + + + ); } \ No newline at end of file