import React from 'react' import RichText from '../RichText' import type { IntroFragment } from '@financial-times/cp-content-pipeline-client' import classNames from 'classnames' const Intro: React.FC = ({ structured, source }) => { return (
) } export default Intro