mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 15:53:27 +00:00
Cherry pick pending PR for tabs component [CL-17] Tabs - Routing
This commit is contained in:
committed by
Shane Melton
parent
59eac668a7
commit
bb4ccadbe0
@@ -64,6 +64,7 @@ import {
|
||||
FormFieldModule,
|
||||
SubmitButtonModule,
|
||||
MenuModule,
|
||||
TabsModule,
|
||||
} from "@bitwarden/components";
|
||||
|
||||
import { PasswordStrengthComponent } from "../components/password-strength.component";
|
||||
@@ -138,6 +139,7 @@ registerLocaleData(localeZhTw, "zh-TW");
|
||||
MenuModule,
|
||||
FormFieldModule,
|
||||
SubmitButtonModule,
|
||||
TabsModule,
|
||||
],
|
||||
exports: [
|
||||
CommonModule,
|
||||
@@ -157,6 +159,7 @@ registerLocaleData(localeZhTw, "zh-TW");
|
||||
FormFieldModule,
|
||||
PasswordStrengthComponent,
|
||||
SubmitButtonModule,
|
||||
TabsModule,
|
||||
],
|
||||
providers: [DatePipe],
|
||||
bootstrap: [],
|
||||
|
||||
Reference in New Issue
Block a user