chore: rename components in kebab-case (#49737)

This commit is contained in:
Mrugesh Mohapatra
2023-03-18 21:33:37 +05:30
committed by GitHub
parent 566fcd79f5
commit e1f0ff5b60
18 changed files with 13 additions and 13 deletions

View File

@@ -2,7 +2,7 @@ import { Button, Modal } from '@freecodecamp/react-bootstrap';
import React from 'react';
import { useTranslation } from 'react-i18next';
import { CompletedChallenge } from '../../redux/prop-types';
import SolutionViewer from './SolutionViewer';
import SolutionViewer from './solution-viewer';
type ProjectModalProps = {
challengeFiles: CompletedChallenge['challengeFiles'] | null;