/* eslint-disable */

// @ts-nocheck

export const PageNotFoundSection = () => {
  return <>Page Not Found</>;
};
