Skip to content

Commit

Permalink
fix: export Search from next (#2088)
Browse files Browse the repository at this point in the history
  • Loading branch information
talkor authored Apr 24, 2024
1 parent 5544b3a commit a0d56d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/next/next.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
export { default as Heading } from "../components/Heading/Heading";
export { default as EditableHeading } from "../components/EditableHeading/EditableHeading";
export { default as Search } from "../components/Search/Search";

0 comments on commit a0d56d3

Please sign in to comment.