import React from 'react'; import { Alert } from 'react-bootstrap'; import { translate, Trans } from 'react-i18next'; const NotFound = () => (

Upppps: Esta página no existe

); export default translate([], { wait: true })(NotFound);