[MM-47090]: Migrate "components/integrations/abstract_command.jsx" to Typescript (#23325)

Этот коммит содержится в:
Sai Deepesh
2023-07-02 12:25:10 +05:30
коммит произвёл GitHub
родитель 8abc8ed65c
Коммит 70d0a0fe70
6 изменённых файлов: 177 добавлений и 154 удалений

Просмотреть файл

@@ -12,7 +12,7 @@ import {getHistory} from 'utils/browser_history';
import {t} from 'utils/i18n';
import LoadingScreen from 'components/loading_screen';
import ConfirmModal from 'components/confirm_modal';
import AbstractCommand from '../abstract_command.jsx';
import AbstractCommand from '../abstract_command';
const HEADER = {id: t('integrations.edit'), defaultMessage: 'Edit'};
const FOOTER = {id: t('edit_command.update'), defaultMessage: 'Update'};