Split Common/Utils.js

Because admin app doesn't need most of them
This commit is contained in:
djmaze 2020-10-14 19:16:37 +02:00
parent 167e323c72
commit 1d6a636433
25 changed files with 592 additions and 620 deletions

View file

@ -3,10 +3,8 @@ import ko from 'ko';
import { MessagePriority, SignedVerifyStatus } from 'Common/Enums';
import { i18n } from 'Common/Translator';
import {
pInt,
encodeHtml
} from 'Common/Utils';
import { pInt } from 'Common/Utils';
import { encodeHtml } from 'Common/UtilsUser';
import { messageViewLink, messageDownloadLink } from 'Common/Links';