move errors

This commit is contained in:
Matteo Pagliazzi
2019-10-15 17:17:44 +02:00
parent 07ee36e94d
commit 66ecb48cda
8 changed files with 1437 additions and 957 deletions

View File

@@ -3,7 +3,7 @@
import _clone from 'lodash/clone';
import _template from 'lodash/template';
import messages from '../../errors/commonErrorMessages';
import messages from '../errors/commonErrorMessages';
export default function (msgKey, vars = {}) {
const message = messages[msgKey];