mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-16 13:00:49 -04:00
chore: rename components in kebab-case (#49737)
This commit is contained in:
committed by
GitHub
parent
566fcd79f5
commit
e1f0ff5b60
@@ -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;
|
||||
Reference in New Issue
Block a user