fix constants export

This commit is contained in:
Kyle Spearrin 2018-01-08 16:22:19 -05:00
parent 2b387058bd
commit 5c243e01ec
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
export { ConstantsService } from './crypto.service';
export { ConstantsService } from './constants.service';
export { CryptoService } from './crypto.service';
export { UtilsService } from './utils.service';