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