1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-19 17:53:39 +00:00
Files
browser/libs/vault/src/cipher-view/index.ts
Jason Ng 6041c460b7 [PM-9809] attachments v2 refactor (#10142)
* update attachments v2 view. using download attachment component. remove excess code. Refactor location of attachments v2
2024-07-23 13:27:39 -04:00

3 lines
154 B
TypeScript

export * from "./cipher-view.component";
export { CipherAttachmentsComponent } from "../cipher-form/components/attachments/cipher-attachments.component";