mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-06-29 15:44:22 +00:00
6 lines
132 B
TypeScript
6 lines
132 B
TypeScript
export function TypographyMuted() {
|
|
return (
|
|
<p className="text-sm text-muted-foreground">Enter your email address.</p>
|
|
)
|
|
}
|