Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/LiveDuo/destack
Browse files Browse the repository at this point in the history
  • Loading branch information
LiveDuo committed Jul 12, 2023
2 parents e15c36c + be4cc22 commit 52b58f8
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 52b58f8

Please sign in to comment.