Skip to content

Commit

Permalink
fix: add AddButtonLinkComponent decorator (#4403)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrians5j authored Nov 20, 2024
1 parent 24a3334 commit da17409
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/app-page-builder/src/render/PageBuilder.tsx
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
import React from "react";
import { AddButtonClickHandlers } from "~/elementDecorators/AddButtonClickHandlers";
import { AddButtonLinkComponent } from "~/elementDecorators/AddButtonLinkComponent";
import { InjectElementVariables } from "~/render/variables/InjectElementVariables";
import { LexicalParagraphRenderer } from "~/render/plugins/elements/paragraph/LexicalParagraph";
import { LexicalHeadingRenderer } from "~/render/plugins/elements/heading/LexicalHeading";

export const PageBuilder = () => {
return (
<>
<AddButtonLinkComponent />
<AddButtonClickHandlers />
<InjectElementVariables />
<LexicalParagraphRenderer />
Expand Down

0 comments on commit da17409

Please sign in to comment.