From b16f5df7150168b53b57e60871e92c0d21deca20 Mon Sep 17 00:00:00 2001 From: Jimmy Somsanith Date: Fri, 28 Jun 2019 23:10:21 +0200 Subject: [PATCH] Remove the weird Link story with button as child --- src/components/Link.stories.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/components/Link.stories.js b/src/components/Link.stories.js index 36c75ef3..f019b69c 100644 --- a/src/components/Link.stories.js +++ b/src/components/Link.stories.js @@ -3,7 +3,6 @@ import styled from 'styled-components'; import { storiesOf } from '@storybook/react'; import { action } from '@storybook/addon-actions'; -import { Button } from './Button'; import { Icon } from './Icon'; import { Link } from './Link'; import { StoryLinkWrapper } from './StoryLinkWrapper'; @@ -65,9 +64,5 @@ storiesOf('Design System|Link', module) has a LinkWrapper like GatsbyLink or NextLink with custom styling -
- - - ));