Skip to content

Commit

Permalink
docs(customization): fix obsolete code samples
Browse files Browse the repository at this point in the history
  • Loading branch information
unix committed May 26, 2020
1 parent 1da2bd5 commit f1b4d9f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/components/customization/codes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,11 @@ const CustomizationCodes = () => {
/***
* Usage::
*
* export const App = () => {
* return (
* <ZEITUIProvider theme={myTheme}>
* <CSSBaseline />
* <ZeitProvider theme={myTheme}>
* <CssBaseline />
* <YourComponent />
* </ZEITUIProvider>
* )
Expand Down

0 comments on commit f1b4d9f

Please sign in to comment.