import { ReactNode } from "react" export function Label({ children }: { children: ReactNode }) { return ( ) }