import PageLayout from "./PageLayout"; import SiteError from "./SiteError"; const Custom500 = () => { return ( ); }; export default Custom500;