diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 968c27d..6a10d13 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -3,7 +3,6 @@ import { Inter } from "next/font/google"; import "@/styles/globals.css"; import { cn } from "@/lib/utils"; import ClientLayout from "@/components/layout/ClientLayout"; -import { NetworkProgressProvider } from "@/components/ui/network-progress"; const inter = Inter({ subsets: ["latin"] }); @@ -114,9 +113,7 @@ export default function RootLayout({ children }: { children: React.ReactNode }) />
-