Initial Changes
This commit is contained in:
@@ -12,6 +12,7 @@ export const metadata = {
|
||||
description: "Powered by Rudraksha",
|
||||
};
|
||||
|
||||
|
||||
export default function RootLayout({ children }) {
|
||||
return (
|
||||
<html lang="en">
|
||||
@@ -27,12 +28,12 @@ export default function RootLayout({ children }) {
|
||||
|
||||
<ContextProvider>
|
||||
<CurrencyProvider>
|
||||
<ProductContextProvider>
|
||||
<NavigationWrapper />
|
||||
{children}
|
||||
<WrapperFooter />
|
||||
</ProductContextProvider>
|
||||
</CurrencyProvider>
|
||||
<ProductContextProvider>
|
||||
<NavigationWrapper />
|
||||
{children}
|
||||
<WrapperFooter />
|
||||
</ProductContextProvider>
|
||||
</CurrencyProvider>
|
||||
</ContextProvider>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user