mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-07-02 17:08:39 +00:00
6 lines
132 B
TypeScript
6 lines
132 B
TypeScript
export function TypographyLarge() {
|
|
return (
|
|
<div className="text-lg font-semibold">Are you sure absolutely sure?</div>
|
|
)
|
|
}
|