import { Typography } from '@material-ui/core' import React from 'react' import { MagentoCategoryFragment } from './MagentoCategory.gql' type Props = MagentoCategoryFragment & JSX.IntrinsicElements['div'] export default function MagentoCategory(props: Props) { const { url, ...divProps } = props return (