fix: fixed typos and resolved paths
This commit is contained in:
@ -20,7 +20,7 @@ import {
|
||||
defaultDonation,
|
||||
modalDefaultDonation
|
||||
} from '../../../../config/donation-settings';
|
||||
import Spacer from '../helpers/Spacer';
|
||||
import Spacer from '../helpers/spacer';
|
||||
import PaypalButton from './PaypalButton';
|
||||
import DonateCompletion from './DonateCompletion';
|
||||
import {
|
||||
|
@ -1,9 +1,9 @@
|
||||
export { default as ButtonSpacer } from './ButtonSpacer';
|
||||
export { default as FullWidthRow } from './FullWidthRow';
|
||||
export { default as SlimWidthRow } from './SlimWidthRow';
|
||||
export { default as SlimWidthRow } from './slim-width-row';
|
||||
export { default as Loader } from './Loader';
|
||||
export { default as SkeletonSprite } from './SkeletonSprite';
|
||||
export { default as Spacer } from './space';
|
||||
export { default as Spacer } from './spacer';
|
||||
export { default as Link } from './Link';
|
||||
export { default as CurrentChallengeLink } from './CurrentChallengeLink';
|
||||
export { default as ImageLoader } from './ImageLoader';
|
||||
|
@ -10,7 +10,7 @@ import isEqual from 'date-fns/isEqual';
|
||||
import { useTranslation } from 'react-i18next';
|
||||
|
||||
import FullWidthRow from '../../helpers/FullWidthRow';
|
||||
import Spacer from '../../helpers/Spacer';
|
||||
import Spacer from '../../helpers/spacer';
|
||||
|
||||
import '@freecodecamp/react-calendar-heatmap/dist/styles.css';
|
||||
import './heatmap.css';
|
||||
|
Reference in New Issue
Block a user