feat(client): ts-migrate client/src/resources/certAndProjectMap.js (#42648)

Co-authored-by: Parth Parth <thecodingaviator@users.noreply.github.com>
This commit is contained in:
Parth Parth
2021-06-29 15:51:49 +05:30
committed by Mrugesh Mohapatra
parent b334031b2f
commit 6b52d6c331
5 changed files with 13 additions and 8 deletions

View File

@@ -14,7 +14,7 @@ import { withTranslation } from 'react-i18next';
import {
projectMap,
legacyProjectMap
} from '../../resources/certAndProjectMap';
} from '../../resources/cert-and-project-map';
import SectionHeader from './section-header';
import ProjectModal from '../SolutionViewer/ProjectModal';