import styles from "./label.module.css" export default function Label({ children }: React.PropsWithChildren) { return {children} }