Skip to content

Commit

Permalink
docs: fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvxd committed Mar 21, 2024
1 parent deff7a7 commit ca6bd5f
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,10 @@ const config = {
render: () => {
return (
<div>
<DropZone zone="my-content" allow={categories.typography.components} />
<DropZone
zone="my-content"
allow={categories.typography.components}
/>
</div>
);
},
Expand Down

0 comments on commit ca6bd5f

Please sign in to comment.