diff --git a/src/components/Grid/Grid.tsx b/src/components/Grid/Grid.tsx index 4671d80c6..8a684097b 100644 --- a/src/components/Grid/Grid.tsx +++ b/src/components/Grid/Grid.tsx @@ -16,7 +16,7 @@ const BorderBoxWrapper = styled(Box)` type RowProps = BoxProps; -const Row: FC = (props: RowProps) => ( +const Row: FC> = props => ( );