diff --git a/src/components/ContextCard/index.tsx b/src/components/ContextCard/index.tsx index 0e05d3d..53a9c47 100644 --- a/src/components/ContextCard/index.tsx +++ b/src/components/ContextCard/index.tsx @@ -1,4 +1,4 @@ -import { Box, Card, Flex, Heading, Separator, Text } from '@radix-ui/themes' +import { Box, Card, Flex, Heading, Text } from '@radix-ui/themes' import React, { FC } from 'react' interface ContextCardProps { @@ -11,7 +11,6 @@ const ContextCard: FC = ({ text }) => { Context - {text}