Cleanup
This commit is contained in:
@@ -1,12 +1,13 @@
|
||||
import { Inter } from "next/font/google"
|
||||
import "./globals.css"
|
||||
import { ThemeProvider } from "@/components/layout/theme-provider";
|
||||
import { ThemeProvider } from "@/components/layout/theme-provider"
|
||||
import type React from "react" // Import React
|
||||
|
||||
const inter = Inter({ subsets: ["latin"] })
|
||||
|
||||
export const metadata = {
|
||||
title: "Ember",
|
||||
description: "",
|
||||
description: "E-commerce management dashboard",
|
||||
}
|
||||
|
||||
export default function RootLayout({
|
||||
@@ -23,5 +24,4 @@ export default function RootLayout({
|
||||
</body>
|
||||
</html>
|
||||
)
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user