mirror of
https://github.com/bitwarden/browser
synced 2026-01-03 17:13:47 +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";
|