mirror of
https://github.com/bitwarden/browser
synced 2026-02-22 12:24:01 +00:00
- Move the badge list component to its own module. - Extract badge list stories from badge stories. - Cleanup bade stories and module after refactor.
3 lines
96 B
TypeScript
3 lines
96 B
TypeScript
export { BadgeDirective, BadgeTypes } from "./badge.directive";
|
|
export * from "./badge.module";
|