import { Props } from "./Props"; export const Header1Small = (props: Props) => { return ( ); }; export const Header2Small = (props: Props) => { return ( ); }; export const Header3Small = (props: Props) => { return ( ); }; export const ParagraphSmall = (props: Props) => { return ( ); };