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