mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 07:43:35 +00:00
11 lines
170 B
JavaScript
11 lines
170 B
JavaScript
angular
|
|
.module('bit', [
|
|
'ionic',
|
|
|
|
'bit.accounts',
|
|
'bit.current',
|
|
'bit.vault',
|
|
'bit.settings',
|
|
'bit.tools'
|
|
]);
|