mirror of
https://github.com/bitwarden/browser
synced 2025-12-27 05:33:59 +00:00
18 lines
309 B
JavaScript
18 lines
309 B
JavaScript
angular
|
|
.module('bit', [
|
|
'ui.router',
|
|
'angular-jwt',
|
|
'ngAnimate',
|
|
'toastr',
|
|
|
|
'bit.directives',
|
|
'bit.services',
|
|
|
|
'bit.global',
|
|
'bit.accounts',
|
|
'bit.current',
|
|
'bit.vault',
|
|
'bit.settings',
|
|
'bit.tools'
|
|
]);
|