import { Header } from '../components/Header' export const NotFoundPage = ({}) => { return ( <> Pagina non trovata! > ) }