1
0
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:
Isaac Ivins
2025-11-25 14:48:23 -05:00
parent 0ffbacc032
commit 8016b3bfce

View File

@@ -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,
},
],
},