Changed import order in docs home.

This commit is contained in:
Piotr Janosz
2019-07-06 12:34:17 +02:00
committed by fabioberger
parent 8f3b7ee522
commit 6094fa7b6d

View File

@@ -4,7 +4,7 @@ import styled from 'styled-components';
import { Button } from 'ts/components/button';
import { CommunityLink, ICommunityLinkProps } from 'ts/components/docs/community_link';
import { Hero } from 'ts/components/docs/hero';
import { IShortcutLinkProps, ShortcutLink } from 'ts/components/docs/shortcut_link';
import { ShortcutLink, IShortcutLinkProps } from 'ts/components/docs/shortcut_link';
import { SiteWrap } from 'ts/components/docs/siteWrap';
import { StepLinkConfig } from 'ts/components/docs/step_link';
import { StepLinks } from 'ts/components/docs/step_links';