import React from 'react'; import Page from '../Page/Page'; const ExamplePage = () => (
); export default ExamplePage;