fix(structure): format

This commit is contained in:
2018-11-03 16:22:32 +01:00
parent 7a45f829fc
commit a55311c0fd
5 changed files with 9 additions and 13 deletions

View File

@@ -2,8 +2,4 @@ import * as smartrequest from '@pushrocks/smartrequest';
import * as smartstring from '@pushrocks/smartstring';
import * as smartlogInterfaces from '@pushrocks/smartlog-interfaces';
export {
smartrequest,
smartstring,
smartlogInterfaces
};
export { smartrequest, smartstring, smartlogInterfaces };