Skip to content

Commit

Permalink
feat: introduce DropZone API for nesting components and advanced layouts
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvxd committed Sep 22, 2023
1 parent 0be3b88 commit 5053a84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import "./styles/global.css";

export * from "./types/Config";
export * from "./components/Button";
export * from "./components/DropZone";
export * from "./components/IconButton";
export * from "./components/Puck";
export * from "./components/Render";
Expand Down

0 comments on commit 5053a84

Please sign in to comment.