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

Upppps: Esta página no existe

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