Adding collected

This commit is contained in:
Lewis Diamond
2020-03-02 10:07:20 -05:00
parent 2841f4e182
commit ed73bd2887
10 changed files with 75 additions and 50 deletions

View File

@@ -1,2 +1,6 @@
import mhysa from "./functions";
import * as _utils from "./utils";
export default mhysa;
// @TODO fix this with proper import export
export const utils = { ..._utils };