Fix mispelled file name (#21762)

This commit is contained in:
Charles Gagnon
2023-01-27 15:42:16 -08:00
committed by GitHub
parent d8c54ccd56
commit e1e2227f2f
18 changed files with 17 additions and 17 deletions

View File

@@ -13,7 +13,7 @@ import * as constants from '../constants/strings';
import { IconPathHelper } from '../constants/iconPathHelper';
import { WIZARD_INPUT_COMPONENT_WIDTH } from './wizardController';
import * as utils from '../api/utils';
import { logError, TelemetryViews } from '../telemtery';
import { logError, TelemetryViews } from '../telemetry';
import * as styles from '../constants/styles';
import { TableMigrationSelectionDialog } from '../dialog/tableMigrationSelection/tableMigrationSelectionDialog';
import { ValidateIrDialog } from '../dialog/validationResults/validateIrDialog';