diff --git a/src/app/layout.jsx b/src/app/layout.jsx index 4e55046..83c61a1 100644 --- a/src/app/layout.jsx +++ b/src/app/layout.jsx @@ -19,10 +19,10 @@ import Chapar, { getToken } from "plugins/Chapar"; const inter = Inter({ subsets: ["latin"] }); -export const metadata = { - title: "Create Next App", - description: "Generated by create next app", -}; +// export const metadata = { +// title: "Create Next App", +// description: "Generated by create next app", +// }; export default function RootLayout({ children }) { // BottomSheet