import React from 'react'; import { Page } from '../../components/Page'; export const Pippo = () => { return ( <Page> <h1>Pippo</h1> </Page> ) }