Skip to content

Commit

Permalink
fix: Add TableComponent to src/components/mod.ts (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
Im-Beast authored Nov 14, 2022
2 parents 06a31c1 + 976dc38 commit f8967e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@ export * from "./label.ts";
export * from "./progress_bar.ts";
export * from "./scrollable_view.ts";
export * from "./slider.ts";
export * from "./table.ts";
export * from "./textbox.ts";
export * from "./view.ts";

0 comments on commit f8967e1

Please sign in to comment.