Fix lint warning

This commit is contained in:
Quincy Morgan
2020-03-29 10:55:32 -07:00
parent 75762ff286
commit d8585ae2fb

View File

@@ -1,7 +1,7 @@
import { remove as removeDiacritics } from 'diacritics';
import { fixRTLTextForSvg, rtlRegex } from './svg_paths_rtl_fix';
import { t, textDirection } from './locale';
import { t } from './locale';
import { utilArrayUnion } from './array';
import { utilDetect } from './detect';