import { PageBodyWrapper } from './styles' const PageBodyContainer = ({ children }) => (
{children}
) export default PageBodyContainer