import styles from './Container.module.scss'; export const Container = ({ children }: { children: React.ReactNode }) => { return
{children}
; };