mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
7 lines
166 B
JavaScript
7 lines
166 B
JavaScript
angular
|
|
.module('bit.shared')
|
|
|
|
.controller('sharedFoldersMeController', function ($scope, apiService, cryptoService, cipherService, $analytics) {
|
|
|
|
});
|