mirror of
https://github.com/bitwarden/browser
synced 2026-02-22 04:14:04 +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";
|