import React from "react"; import Head from "next/head"; import PageBase from "../modules/PageBase"; const NotFoundPage = () => { return ( 404 - Ragtag Archive

404

Page not found

); }; export default NotFoundPage;