import { Box, Button, Flex, H1, Text } from '@traefiklabs/faency' import { Helmet } from 'react-helmet-async' import { useNavigate } from 'react-router-dom' export const NotFound = () => { const navigate = useNavigate() return ( Not found - Traefik Proxy

404

I'm sorry, nothing around here...
) }