import { cn } from '@/lib/utils' import React from 'react' const h1 = React.forwardRef>(({ className, ...props }, ref) => (

)) h1.displayName = 'H1' export { h1 }