mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 17:53:39 +00:00
* update attachments v2 view. using download attachment component. remove excess code. Refactor location of attachments v2
3 lines
154 B
TypeScript
3 lines
154 B
TypeScript
export * from "./cipher-view.component";
|
|
export { CipherAttachmentsComponent } from "../cipher-form/components/attachments/cipher-attachments.component";
|