1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-06 19:53:59 +00:00

addressing last sends -> send

This commit is contained in:
Isaac Ivins
2025-11-25 16:19:38 -05:00
parent 9db2e0ccf5
commit c2b6b7d505

View File

@@ -1,7 +1,7 @@
import { Component, ChangeDetectionStrategy } from "@angular/core";
@Component({
selector: "app-sends-v2",
selector: "app-send-v2",
imports: [],
template: "<p>Sends V2 Component</p>",
changeDetection: ChangeDetectionStrategy.OnPush,