diff --git a/translate/src/modules/batchactions/components/BatchActions.tsx b/translate/src/modules/batchactions/components/BatchActions.tsx index 13971ec7d9..345429aea0 100644 --- a/translate/src/modules/batchactions/components/BatchActions.tsx +++ b/translate/src/modules/batchactions/components/BatchActions.tsx @@ -21,7 +21,7 @@ import { ReplaceAll } from './ReplaceAll'; import { CopyFromLocale } from './CopyFromLocale'; import { fetchAllLocales } from '~/api/other-locales'; import type { LocaleOption } from '~/api/other-locales'; -import LocaleSelector from './LocaleSelector'; +import LocaleSelector from '../../locale/components/LocaleSelector'; /** * Renders batch editor, used for performing mass actions on translations. */ diff --git a/translate/src/modules/batchactions/components/LocaleSelector.tsx b/translate/src/modules/locale/components/LocaleSelector.tsx similarity index 100% rename from translate/src/modules/batchactions/components/LocaleSelector.tsx rename to translate/src/modules/locale/components/LocaleSelector.tsx