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