remove splash

This commit is contained in:
hamid zarghami
2025-05-10 08:43:46 +03:30
parent 3980c5a992
commit 0c3fdc23f7
+1 -2
View File
@@ -9,7 +9,6 @@ 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";
@@ -45,7 +44,7 @@ export default function RootLayout({
className={`${geistSans.variable} ${geistMono.variable} antialiased`}
>
<QueryProvider>
<Splash />
{/* <Splash /> */}
<div className="font-irancell xl:p-16 p-4">
<SideBar />
<Header />