Skip to content

Commit

Permalink
add missing table export (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy-babylonlabs authored Dec 4, 2024
1 parent 207d747 commit 6adf7b5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/rich-glasses-shop.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@babylonlabs-io/bbn-core-ui": patch
---

add missing table export
1 change: 1 addition & 0 deletions src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ export * from "./components/Dialog";
export * from "./components/Chip";
export * from "./components/Portal";
export * from "./components/Loader";
export * from "./components/Table";

export { ScrollLocker } from "@/context/Dialog.context";

0 comments on commit 6adf7b5

Please sign in to comment.