export default function TypographySmall() {
return (
<small className="text-sm leading-none font-medium">Email address</small>
)
}
npx shadcn@latest add @taki/typography-smallimport { TypographySmall } from "@/components/typography-small"<TypographySmall />