mirror of
https://github.com/movie-web/movie-web.git
synced 2025-02-07 19:43:28 +01:00
4 lines
146 B
TypeScript
4 lines
146 B
TypeScript
![]() |
export function Paragraph(props: { children: React.ReactNode }) {
|
||
|
return <p className="text-errors-type-secondary mt-6">{props.children}</p>;
|
||
|
}
|