blog page added
This commit is contained in:
+4
-1
@@ -10,6 +10,7 @@ import "/public/css/lunar.css"
|
||||
import "/public/css/animate.css"
|
||||
import "/public/css/merms.css"
|
||||
import "/public/css/responsive.css"
|
||||
import QueryClientContext from "../components/queryclientProvider/QueryClientContext"
|
||||
|
||||
function MyApp({ Component, pageProps }) {
|
||||
|
||||
@@ -24,7 +25,9 @@ function MyApp({ Component, pageProps }) {
|
||||
{/* <SmoothScroll /> */}
|
||||
{!loading ? (
|
||||
// <ProductHome />
|
||||
<Component {...pageProps} />
|
||||
<QueryClientContext>
|
||||
<Component {...pageProps} />
|
||||
</QueryClientContext>
|
||||
) : (
|
||||
<Preloader />
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user