import React from 'react' import styles from './Content.module.scss' const Content = ({ wide, children }: { wide?: boolean; children: any }) => (