/* IMPORT */ import channel from '~/utils/channel'; import lang from '~/utils/lang'; import unit from '~/utils/unit'; /* MAIN */ const Utils = { channel, lang, unit }; /* EXPORT */ export default Utils;