1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-10-20 07:40:57 +02:00
bitwarden-browser/src/browser_action/app/app.js

11 lines
170 B
JavaScript
Raw Normal View History

angular
.module('bit', [
'ionic',
2016-09-02 06:50:57 +02:00
'bit.accounts',
'bit.current',
'bit.vault',
'bit.settings',
'bit.tools'
]);