mirror of
https://github.com/bitwarden/browser
synced 2026-02-10 05:30:01 +00:00
Migrated vault filters to new v3 vault's navigation * Decoupled existing vault filtering from vault component by using routed params with routed-vault-filter-bridge * Converted vault filters to standalone components * Removed extending filter Base Components from deprecated /libs/angular library and handled logic directly * Moved shared 'models' and 'services' directories from web-vault into /libs/vault
7 lines
232 B
TypeScript
7 lines
232 B
TypeScript
export * from "./collection-access-selection.view";
|
|
export * from "./collection-admin.view";
|
|
export * from "./collection.view";
|
|
export * from "./collection.response";
|
|
export * from "./collection";
|
|
export * from "./collection.data";
|