mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix: import css to explanation component (#57294)
This commit is contained in:
@@ -3,6 +3,8 @@ import { useTranslation } from 'react-i18next';
|
||||
import { Spacer } from '@freecodecamp/ui';
|
||||
import PrismFormatted from './prism-formatted';
|
||||
|
||||
import './challenge-explanation.css';
|
||||
|
||||
interface ChallengeExplanationProps {
|
||||
explanation: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user