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

{children}

}