diff --git a/src/components/Chip.tsx b/src/components/Chip.tsx index e3719a1..e4c9c98 100644 --- a/src/components/Chip.tsx +++ b/src/components/Chip.tsx @@ -8,7 +8,7 @@ type ChipProps = { export default function Chip(props: ChipProps): JSX.Element { return (
{props.children}