Fixed a case issue.

This commit is contained in:
2018-11-26 22:10:06 +11:00
parent 2133e8b7f2
commit 33e3f245e7

View File

@ -33,7 +33,7 @@ import ClearSection from '@sections/layout/ClearSection';
import Loader from '@objects/loading/Loader';
import ContentBox from '@objects/content/box/ContentBox';
import { Title, Paragraph } from '@objects/typography/typography';
import { Title, Paragraph } from '@objects/typography/Typography';
import Image from '@objects/image/Image';
import Styles from './ArticlePage.scss';