Fixed community links opening in a new tab, newsletter widget appearing in mdx view.

This commit is contained in:
Piotr Janosz
2019-07-25 11:43:33 +02:00
committed by fabioberger
parent 00ab5f0afb
commit 4a39eb7931
3 changed files with 5 additions and 2 deletions

View File

@@ -3,9 +3,10 @@ import styled from 'styled-components';
import { CommunityLink, ICommunityLinkProps } from 'ts/components/docs/community_link';
import { GetStartedLink, IGetStartedLinkProps } from 'ts/components/docs/get_started_link';
import { Separator } from 'ts/components/docs/separator';
import { IShortcutLinkProps, ShortcutLink } from 'ts/components/docs/shortcut_link';
import { IStepLinkConfig } from 'ts/components/docs/step_link';
import { Separator } from 'ts/components/docs/separator';
import { StepLinks } from 'ts/components/docs/step_links';
import { Heading } from 'ts/components/text';