mirror of
https://github.com/movie-web/movie-web.git
synced 2025-02-08 08:23:22 +01:00
4 lines
134 B
TypeScript
4 lines
134 B
TypeScript
![]() |
export function SecondaryLabel(props: { children: React.ReactNode }) {
|
||
|
return <p className="text-type-text">{props.children}</p>;
|
||
|
}
|