Skip to content

Commit

Permalink
Adds global css import to root layout
Browse files Browse the repository at this point in the history
  • Loading branch information
EliBP committed Apr 11, 2024
1 parent ebab108 commit 9efb484
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/docs/content/docs/frameworks/nextjs.mdx
Expand Up @@ -105,6 +105,7 @@ Now, Go to your `root` layout page and wrap it with the `Providers`:

```jsx {6,8,10}
// app/layout.tsx
import "@/styles/globals.css";
import {Providers} from "./providers";

export default function RootLayout({children}: { children: React.ReactNode }) {
Expand Down

0 comments on commit 9efb484

Please sign in to comment.