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:
@@ -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 {}
|
||||
|
||||
Reference in New Issue
Block a user