1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 08:13:42 +00:00

move folder service to jslib

This commit is contained in:
Kyle Spearrin
2018-01-09 22:39:38 -05:00
parent 893c41d7cf
commit 6baae1113b
5 changed files with 17 additions and 174 deletions

View File

@@ -1,11 +1,11 @@
import CipherService from './cipher.service';
import CollectionService from './collection.service';
import FolderService from './folder.service';
import { ConstantsService } from 'jslib/services';
import {
CryptoService,
FolderService,
PlatformUtilsService,
StorageService,
} from 'jslib/abstractions';