fix: some duplications and tags
This commit is contained in:
+4
-1
@@ -1,5 +1,6 @@
|
||||
import { Metadata } from "next";
|
||||
import "./globals.css";
|
||||
import { ReactQueryProvider } from "@/components/providers/ReactQueryProvider";
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: 'Dashboard',
|
||||
@@ -19,7 +20,9 @@ export default function RootLayout({
|
||||
dir="rtl"
|
||||
className={`antialiased bg-background h-full`}
|
||||
>
|
||||
{children}
|
||||
<ReactQueryProvider>
|
||||
{children}
|
||||
</ReactQueryProvider>
|
||||
</body>
|
||||
</html>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user