mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 13:53:34 +00:00
Shared module - merge conflict resolution + removing unused imports so I can check this in.
This commit is contained in:
@@ -16,11 +16,6 @@ import {
|
|||||||
DialogModule,
|
DialogModule,
|
||||||
FormFieldModule,
|
FormFieldModule,
|
||||||
IconButtonModule,
|
IconButtonModule,
|
||||||
IconModule,
|
|
||||||
MenuModule,
|
|
||||||
NavigationModule,
|
|
||||||
TableModule,
|
|
||||||
TabsModule,
|
|
||||||
} from "@bitwarden/components";
|
} from "@bitwarden/components";
|
||||||
|
|
||||||
// Register the locales for the application
|
// Register the locales for the application
|
||||||
@@ -53,13 +48,6 @@ import "./locales";
|
|||||||
DialogModule,
|
DialogModule,
|
||||||
FormFieldModule,
|
FormFieldModule,
|
||||||
IconButtonModule,
|
IconButtonModule,
|
||||||
IconModule,
|
|
||||||
MenuModule,
|
|
||||||
NavigationModule,
|
|
||||||
TableModule,
|
|
||||||
TabsModule,
|
|
||||||
|
|
||||||
// Web specific
|
|
||||||
],
|
],
|
||||||
exports: [
|
exports: [
|
||||||
CommonModule,
|
CommonModule,
|
||||||
@@ -80,13 +68,6 @@ import "./locales";
|
|||||||
DialogModule,
|
DialogModule,
|
||||||
FormFieldModule,
|
FormFieldModule,
|
||||||
IconButtonModule,
|
IconButtonModule,
|
||||||
IconModule,
|
|
||||||
MenuModule,
|
|
||||||
NavigationModule,
|
|
||||||
TableModule,
|
|
||||||
TabsModule,
|
|
||||||
|
|
||||||
// Web specific
|
|
||||||
],
|
],
|
||||||
providers: [DatePipe],
|
providers: [DatePipe],
|
||||||
bootstrap: [],
|
bootstrap: [],
|
||||||
|
|||||||
Reference in New Issue
Block a user