1
0
mirror of https://github.com/bitwarden/web synced 2025-12-14 07:13:23 +00:00

update jslib and remove date pipe from routing module (#1572)

This commit is contained in:
Robyn MacCallum
2022-03-29 16:56:02 -04:00
committed by GitHub
parent 612442c1bb
commit e1c0c9f009
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,3 @@
import { DatePipe } from "@angular/common";
import { NgModule } from "@angular/core";
import { RouterModule, Routes } from "@angular/router";
@@ -442,6 +441,5 @@ const routes: Routes = [
}),
],
exports: [RouterModule],
providers: [DatePipe],
})
export class OssRoutingModule {}