mirror of
https://github.com/bitwarden/browser
synced 2026-01-31 08:43:54 +00:00
fixed import of SendsV2
This commit is contained in:
@@ -52,7 +52,7 @@ import { VaultComponent } from "../vault/app/vault-v3/vault.component";
|
||||
import { Fido2PlaceholderComponent } from "./components/fido2placeholder.component";
|
||||
import { DesktopLayoutComponent } from "./layout/desktop-layout.component";
|
||||
import { SendComponent } from "./tools/send/send.component";
|
||||
import { SendsComponent } from "./tools/send-v2/sends.component";
|
||||
import { SendsV2Component } from "./tools/send-v2/send-v2.component";
|
||||
|
||||
/**
|
||||
* Data properties acceptable for use in route objects in the desktop
|
||||
@@ -344,7 +344,7 @@ const routes: Routes = [
|
||||
},
|
||||
{
|
||||
path: "new-sends",
|
||||
component: SendsComponent,
|
||||
component: SendsV2Component,
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user