Skip to content

Commit

Permalink
docs: add missing CSS to Render docs
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvxd committed Oct 6, 2023
1 parent bf075b5 commit f4e8d4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ Render the page:
```jsx
// Page.jsx
import { Render } from "@measured/puck";
import "@measured/puck/dist/index.css";

export function Page() {
return <Render config={config} data={data} />;
Expand Down

0 comments on commit f4e8d4a

Please sign in to comment.