import React from 'react'; const PageNotFound = () => { return(

Error 404

Pagina non trovata
) } export default PageNotFound;