add catpucchin theme and nuqs for url state

This commit is contained in:
Aman Varshney
2025-04-21 06:43:10 +05:30
parent 0253195969
commit 9f0798d8b6
14 changed files with 347 additions and 170 deletions

View File

@@ -1,6 +1,7 @@
import { RootProvider } from "fumadocs-ui/provider";
import type { Metadata } from "next";
import { Poppins } from "next/font/google";
import { NuqsAdapter } from "nuqs/adapters/next/app";
import type { ReactNode } from "react";
import "./global.css";
@@ -94,7 +95,7 @@ export default function Layout({ children }: { children: ReactNode }) {
enableSystem: true,
}}
>
{children}
<NuqsAdapter>{children}</NuqsAdapter>
</RootProvider>
</body>
</html>