import React from 'react'; import { Alert } from 'react-bootstrap'; import { withTranslation, Trans } from 'react-i18next'; import { Helmet } from 'react-helmet-async'; const NotFound = () => (
This page doesn't exist"

Upppps: Esta página no existe

); export default withTranslation()(NotFound);