1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 00:33:44 +00:00

[PM-9853] - Add SendListItemsContainer component (#10193)

* send list items container

* update send list items container

* finalize send list container

* remove unecessary file

* undo change to config

* prefer use of takeUntilDestroyed

* add specss
This commit is contained in:
Jordan Aasen
2024-07-25 12:39:20 -07:00
committed by GitHub
parent c9d0cd207e
commit 0bf0d1ac96
9 changed files with 403 additions and 15 deletions

View File

@@ -1,4 +1,5 @@
export * from "./icons";
export * from "./send-form";
export { NewSendDropdownComponent } from "./new-send-dropdown/new-send-dropdown.component";
export { SendListItemsContainerComponent } from "./send-list-items-container/send-list-items-container.component";
export { SendListFiltersComponent } from "./send-list-filters/send-list-filters.component";