Skip to content

Commit

Permalink
load the components on main view
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertoMSousa committed Oct 26, 2019
1 parent fbd0ccd commit a562f88
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import styled from 'styled-components';

import Layout from '../global/Layout';
import Image from '../components/Image';
import Button from '../components/Button';

const Page = styled.div`
width: 100%;
Expand Down Expand Up @@ -34,6 +35,7 @@ const IndexPage = () => (
<Image />
<Heading>GatsbyJS + Storybook</Heading>
<Label>Starter</Label>
<Button label="Storybook" link="/docs?path=/story/image--default" />
</Page>
</Layout>
);
Expand Down

0 comments on commit a562f88

Please sign in to comment.