mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 00:03:56 +00:00
7 lines
225 B
TypeScript
7 lines
225 B
TypeScript
/**
|
|
* This barrel file should only contain Angular exports
|
|
*/
|
|
|
|
export { LockComponent } from "./lock/components/lock.component";
|
|
export { LockComponentService, UnlockOptions } from "./lock/services/lock-component.service";
|