Fix linting issues

This commit is contained in:
Fred Carlsen
2019-02-25 15:29:24 +01:00
parent f6c6cbc343
commit 079f627b34
2 changed files with 1 additions and 5 deletions

View File

@@ -6,7 +6,7 @@ import { Button } from 'ts/components/button';
import { ChapterLink } from 'ts/components/chapter_link';
import { Column, Section } from 'ts/components/newLayout';
import { SiteWrap } from 'ts/components/siteWrap';
import { Heading, Paragraph } from 'ts/components/text';
import { Heading } from 'ts/components/text';
import { addFadeInAnimation } from 'ts/constants/animations';
import { WebsitePaths } from 'ts/types';