import React from 'react'; import { BackgroundBox, PageBox, PageContentBox } from './Page.styled'; export const Page: React.FunctionComponent = ({ children }) => ( {children} );