Fix export extractor

This commit is contained in:
Kim Biesbjerg 2016-12-23 04:06:30 +01:00
parent cdf6dfd9d5
commit 91dc1925a1

View File

@ -1,4 +1,4 @@
export * from './extractor';
export * from './utils/extractor';
export * from './utils/translation.collection';
export * from './parsers/parser.interface';