import './style.css' import './css-page/style.css' import styles from './style.module.css' export default function ServerLayout({ children }) { return ( <>
Server Layout: CSS Modules
Server Layout: Global CSS
{children} ) }