Skip to content

Commit

Permalink
Merge pull request #106 from abusix/pla-975-fix-feature-tag-export
Browse files Browse the repository at this point in the history
fix: added feature tag export
  • Loading branch information
Coderwelsch authored Jan 30, 2024
2 parents 82f25ef + 9f2b678 commit c630143
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/featured-tag/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export { FeaturedTag } from "./featured-tag";
1 change: 1 addition & 0 deletions src/components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ export { Tooltip } from "./tooltip";
export { TopBar } from "./top-bar";
export { Disclosure } from "./disclosure";
export { ButtonGroup } from "./button-group";
export { FeaturedTag } from "./featured-tag";

0 comments on commit c630143

Please sign in to comment.