Skip to content

Commit 9303c41

Browse files
committed
fix import on the README
1 parent b5f6d22 commit 9303c41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/pigment-react/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Finally, import the stylesheet in the root `layout.tsx` file:
6565

6666
```diff
6767
import type { Metadata } from 'next';
68-
+import '@mui/zero-runtime/styles.css';
68+
+import '@pigment-css/react/styles.css';
6969

7070
export const metadata: Metadata = {
7171
title: 'Create Next App',
@@ -115,7 +115,7 @@ Finally, import the stylesheet in the root `main.tsx` file:
115115
```diff
116116
import * as React from 'react';
117117
import { createRoot } from 'react-dom/client';
118-
+import '@mui/zero-runtime/styles.css';
118+
+import '@pigment-css/react/styles.css';
119119
import App from './App';
120120

121121
const rootElement = document.getElementById('root');

0 commit comments

Comments
 (0)