fix: fixed typos and resolved paths

This commit is contained in:
Marlon Johnson
2021-06-20 03:31:23 -07:00
parent 0f16be0099
commit ea3ba20e95
4 changed files with 4 additions and 4 deletions

View File

@ -20,7 +20,7 @@ import {
defaultDonation, defaultDonation,
modalDefaultDonation modalDefaultDonation
} from '../../../../config/donation-settings'; } from '../../../../config/donation-settings';
import Spacer from '../helpers/Spacer'; import Spacer from '../helpers/spacer';
import PaypalButton from './PaypalButton'; import PaypalButton from './PaypalButton';
import DonateCompletion from './DonateCompletion'; import DonateCompletion from './DonateCompletion';
import { import {

View File

@ -1,9 +1,9 @@
export { default as ButtonSpacer } from './ButtonSpacer'; export { default as ButtonSpacer } from './ButtonSpacer';
export { default as FullWidthRow } from './FullWidthRow'; 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 Loader } from './Loader';
export { default as SkeletonSprite } from './SkeletonSprite'; 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 Link } from './Link';
export { default as CurrentChallengeLink } from './CurrentChallengeLink'; export { default as CurrentChallengeLink } from './CurrentChallengeLink';
export { default as ImageLoader } from './ImageLoader'; export { default as ImageLoader } from './ImageLoader';

View File

@ -10,7 +10,7 @@ import isEqual from 'date-fns/isEqual';
import { useTranslation } from 'react-i18next'; import { useTranslation } from 'react-i18next';
import FullWidthRow from '../../helpers/FullWidthRow'; import FullWidthRow from '../../helpers/FullWidthRow';
import Spacer from '../../helpers/Spacer'; import Spacer from '../../helpers/spacer';
import '@freecodecamp/react-calendar-heatmap/dist/styles.css'; import '@freecodecamp/react-calendar-heatmap/dist/styles.css';
import './heatmap.css'; import './heatmap.css';