Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LiveDuo authored Jul 11, 2023
1 parent c98da78 commit be4cc22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ export { ContentProvider as default } from 'destack'
<br>

```js
import { ContentProvider } from 'destack'
import { ContentProviderGrapes } from 'destack'
import 'grapesjs/dist/css/grapes.min.css'

export { getStaticProps } from 'destack/build/server'
Expand All @@ -124,7 +124,7 @@ export default function Page(props) {
return (
<div style={{height: '100%'}}>
<span>Hello world</span>
<ContentProvider {...props}/>
<ContentProviderGrapes {...props}/>
</div>)
}
```
Expand Down

0 comments on commit be4cc22

Please sign in to comment.