1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-13 23:03:32 +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

@@ -56,12 +56,11 @@ export default {
decorators: [
moduleMetadata({
declarations: [
BitActionDirective,
PromiseExampleComponent,
ObservableExampleComponent,
RejectedPromiseExampleComponent,
],
imports: [ButtonModule, IconButtonModule],
imports: [ButtonModule, IconButtonModule, BitActionDirective],
providers: [
{
provide: ValidationService,