Skip to content

Commit

Permalink
fix: added feature tag export
Browse files Browse the repository at this point in the history
  • Loading branch information
coderwelsch committed Jan 30, 2024
1 parent dcaadf5 commit 9f2b678
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 9f2b678

Please sign in to comment.