common index.js

This commit is contained in:
Pooya Parsa 2017-06-18 12:15:13 +04:30
parent 766009dbba
commit d593d11720

5
lib/common/index.js Executable file
View File

@ -0,0 +1,5 @@
import * as Utils from './utils'
export default {
Utils
}