Skip to content

Commit

Permalink
deleted commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
dgibson666 committed Nov 3, 2023
1 parent d0fe0b5 commit 7b25c2e
Showing 1 changed file with 1 addition and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,13 +111,4 @@ const Template = ({ label, tag, type, href, rel, target, download, fill, color,
}

export const Button = Template.bind({});
/*
Button.args = {
label: 'Default',
tag: 'button',
type: 'button',
variant: 'default',
color: 'primary',
fill: 'solid',
};
*/

0 comments on commit 7b25c2e

Please sign in to comment.