mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 23:33:31 +00:00
This reverts commit 5a1940f3f4.
This commit is contained in:
@@ -27,7 +27,6 @@ import {
|
||||
|
||||
// Register the locales for the application
|
||||
import "./locales";
|
||||
import { WebI18nPipe } from "../core/web-i18n.pipe";
|
||||
|
||||
/**
|
||||
* This NgModule should contain the most basic shared directives, pipes, and components. They
|
||||
@@ -67,7 +66,6 @@ import { WebI18nPipe } from "../core/web-i18n.pipe";
|
||||
|
||||
// Web specific
|
||||
],
|
||||
declarations: [WebI18nPipe],
|
||||
exports: [
|
||||
CommonModule,
|
||||
DragDropModule,
|
||||
@@ -97,7 +95,6 @@ import { WebI18nPipe } from "../core/web-i18n.pipe";
|
||||
ColorPasswordModule,
|
||||
|
||||
// Web specific
|
||||
WebI18nPipe,
|
||||
],
|
||||
providers: [DatePipe],
|
||||
bootstrap: [],
|
||||
|
||||
Reference in New Issue
Block a user