import dynamic from "next/dynamic";
import MasterPage from "@/components/layouts/MasterPage";
const Page@@PAGE_FILE_NAME = dynamic(() => import("@@PATH_COMPONENT"), { ssr: false });
// @@URL
const @@PAGE_FILE_NAME = () => {
\treturn (
\t\t<>
\t\t\t
\t\t\t
\t\t\t\t
\t\t\t
\t\t>
\t);
};
export default @@PAGE_FILE_NAME;