1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 08:13:42 +00:00

Fix imports for standalone component stories (#12464)

This commit is contained in:
Victoria League
2024-12-18 14:25:03 -05:00
committed by GitHub
parent 2bb807c5ce
commit 6eb30c98c4
6 changed files with 13 additions and 17 deletions

View File

@@ -8,8 +8,7 @@ export default {
component: BadgeDirective,
decorators: [
moduleMetadata({
imports: [CommonModule],
declarations: [BadgeDirective],
imports: [CommonModule, BadgeDirective],
}),
],
args: {