Skip to content
Snippets Groups Projects
index.tsx 163 B
Newer Older
  • Learn to ignore specific revisions
  • Jacopo Gasparetto's avatar
    Jacopo Gasparetto committed
    import React from 'react';
    import { Page } from '../../components/Page';
    
    export const Pippo = () => {
      return (
        <Page>
          <h1>Pippo</h1>
        </Page>
      )
    }