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

[PM-10731] Move vault icons (#10453)

* move NoFolders icon to vault library

* move DeactivatedOrg icon to vault library

* move Vault icon to vault library

* move NoResults icon to vault library

* clean up barrel file

* Revert "move NoResults icon to vault library"

This reverts commit 43abd45db7.

* re-export no results
This commit is contained in:
Nick Krantz
2024-08-12 08:38:11 -05:00
committed by GitHub
parent b3fb3f7094
commit 0b5afa6252
8 changed files with 13 additions and 10 deletions

View File

@@ -12,3 +12,5 @@ export {
} from "./components/assign-collections.component";
export { DownloadAttachmentComponent } from "./components/download-attachment/download-attachment.component";
export * as VaultIcons from "./icons";