ComponentsContentOn this pageContentPadded content container.Propschildren = {React.ReactNode}React children propExample with codeimport Content from '@components/Content';const MyComponent = () => { return ( <Content> Your content </Content> );};