import React from "react"; import "./style.scss"; import ContentWrapper from "../../components/contentWrapper/ContentWrapper"; const PageNotFound = () => { return (
404 Page not found!
); }; export default PageNotFound;