Move utility functions to common functions

[MAILPOET-2677]
This commit is contained in:
Amine Ben hammou
2020-03-18 16:45:31 +01:00
committed by Veljko V
parent 50ca3b7310
commit dc0fc44194
16 changed files with 19 additions and 18 deletions

View File

@@ -1,5 +1,5 @@
import React from 'react';
import { t } from 'settings/utils';
import { t } from 'common/functions';
import { useSetting } from 'settings/store/hooks';
import {
Label, Inputs, SegmentsSelect, PagesSelect,