export default function TypographyH4() {
return (
<h4 className="scroll-m-20 text-xl font-semibold tracking-tight">
People stopped telling jokes
</h4>
)
}
npx shadcn@latest add @taki/typography-h4import { TypographyH4 } from "@/components/typography-h4"<TypographyH4 />