splash test

This commit is contained in:
hamid zarghami
2025-05-07 16:21:22 +03:30
parent 9d91092162
commit 4cb5e17892
5 changed files with 147 additions and 22 deletions
+2
View File
@@ -9,6 +9,7 @@ import Header from "@/shared/Header";
import Footer from "@/shared/Footer";
import SideBar from "@/shared/SideBar";
import { ReactQueryDevtools } from '@tanstack/react-query-devtools'
import { Splash } from "@/components/Splash";
import QueryProvider from "@/config/QueryProvider";
import ToastContainer from "@/components/Toast";
@@ -44,6 +45,7 @@ export default function RootLayout({
className={`${geistSans.variable} ${geistMono.variable} antialiased`}
>
<QueryProvider>
<Splash />
<div className="font-irancell xl:p-16 p-4">
<SideBar />
<Header />