import GoBack from "@/GoBack"; import type { NextPage } from "next"; import Head from "next/head"; const PageLayout: NextPage = ({ children }) => { return (
Amirmoghi3 | امیرحسین مقیسه
{children}
) } export default PageLayout;