Fixed community links opening in a new tab, newsletter widget appearing in mdx view.
This commit is contained in:
committed by
fabioberger
parent
00ab5f0afb
commit
4a39eb7931
@@ -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';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user