import React from 'react'; import NavBar from './NavBar'; import Footer from "./Footer"; import { HomeRounded as HomeRoundedIcon } from "@material-ui/icons"; export default function Error404(props) { const navbarItems = [ { type: "link", link: "/", icon: , hideTextMobile: true, } ]; document.title = "Error 404 | Parandum"; props.logEvent("select_content", { content_type: "main_page", item_id: "error_404", }); return (

Error 404

Sorry, but we can't find that page.

) }