mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-07-07 14:08:47 +00:00
6 lines
140 B
TypeScript
6 lines
140 B
TypeScript
export default function TypographyMuted() {
|
|
return (
|
|
<p className="text-sm text-muted-foreground">Enter your email address.</p>
|
|
)
|
|
}
|