Skip to content

Commit

Permalink
added grapesjs page
Browse files Browse the repository at this point in the history
  • Loading branch information
LiveDuo committed Dec 15, 2023
1 parent f07b863 commit cf336d6
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions dev/nextjs-project/pages/grapes.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
import '../../../lib/node_modules/grapesjs/dist/css/grapes.min.css'

export { getStaticProps } from 'destack/build/server'
import { ContentProviderGrapes } from 'destack'

const Index = () => {
return (
<div style={{ height: '100%' }}>
<ContentProviderGrapes />
</div>
)
}
export default Index

0 comments on commit cf336d6

Please sign in to comment.