mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-02-08 18:39:31 +08:00
8 lines
170 B
TypeScript
8 lines
170 B
TypeScript
export function TypographyH4() {
|
|
return (
|
|
<h4 className="mt-8 scroll-m-20 text-xl font-semibold tracking-tight">
|
|
People stopped telling jokes
|
|
</h4>
|
|
)
|
|
}
|