import React from "react"; import AnimatedPage from "../components/AnimatedPage"; import Nav from "../components/ui/Nav"; import { useUser } from "../hooks/useUser"; import img404 from "../assets/img/illustrations/404.svg"; export default function PageNotFound() { const { screensTranslations } = useUser(); if (!screensTranslations || !screensTranslations.screen_404) return
loading
; const screen404Translations = screensTranslations.screen_404; return ({screen404Translations.explanation}