Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
remove unnecessary wrapper div
Browse files Browse the repository at this point in the history
  • Loading branch information
haszari committed Jan 30, 2020
1 parent 2a577d6 commit 0d3c01a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions assets/js/base/components/button/stories/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,4 @@ export default {
component: Button,
};

export const Default = () => (
<div>
<Button>Buy now</Button>
</div>
);
export const Default = () => <Button>Buy now</Button>;

0 comments on commit 0d3c01a

Please sign in to comment.