'use client' import './style.css' import styles from './style.module.css' export default function ClientLayout({ children }) { return ( <>