import styles from "./Content.module.css"; type Props = { children: unknown; }; const Content = ({ children }: Props) =>