mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
add catpucchin theme and nuqs for url state
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user