This commit is contained in:
hamid zarghami
2025-08-25 09:19:13 +03:30
parent 418b45fde5
commit 6e1ebdf023
20 changed files with 736 additions and 10 deletions
+2
View File
@@ -3,6 +3,7 @@ import "./globals.css";
import "../../public/css/fontiran.css";
import 'swiper/css';
import QueryProvider from "@/config/QueryProvider";
import ToastContainer from "@/components/Toast";
export const metadata: Metadata = {
title: "Create Next App",
@@ -19,6 +20,7 @@ export default function RootLayout({
<body>
<QueryProvider>
{children}
<ToastContainer />
</QueryProvider>
</body>
</html>