ComponentsTitleOn this pageTitle<h1> tag with pre-applied styles.Propschildren = {React.ReactNode}React children propExample with codeimport Title from '@components/Title';const MyComponent = () => { return ( <Title>My title</Title> );};