Skip to content

Commit 5926053

Browse files
committed
feat(editor): add undo redo icons to editor - I204
Signed-off-by: Dharma Teja <dteja2468@gmail.com>
1 parent 2fafb57 commit 5926053

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/AgreementHtml.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ function AgreementHtml({ loading, isModal }: { loading: any; isModal?: boolean }
99
const backgroundColor = useAppStore((state) => state.backgroundColor);
1010
const textColor = useAppStore((state) => state.textColor);
1111

12-
1312
return (
1413
<div
1514
className="column preview-component"

0 commit comments

Comments
 (0)