mirror of
https://github.com/bitwarden/browser
synced 2025-12-28 14:13:22 +00:00
Require typography module for header stories. (#4861)
This commit is contained in:
@@ -15,6 +15,7 @@ import {
|
||||
MenuModule,
|
||||
NavigationModule,
|
||||
TabsModule,
|
||||
TypographyModule,
|
||||
} from "@bitwarden/components";
|
||||
import { InputModule } from "@bitwarden/components/src/input/input.module";
|
||||
import { PreloadedEnglishI18nModule } from "@bitwarden/web-vault/app/tests/preloaded-english-i18n.module";
|
||||
@@ -65,9 +66,10 @@ export default {
|
||||
IconModule,
|
||||
InputModule,
|
||||
MenuModule,
|
||||
TabsModule,
|
||||
TypographyModule,
|
||||
NavigationModule,
|
||||
PreloadedEnglishI18nModule,
|
||||
TabsModule,
|
||||
],
|
||||
declarations: [HeaderComponent, MockProductSwitcher],
|
||||
providers: [
|
||||
|
||||
Reference in New Issue
Block a user