Skip to content

Commit 4607299

Browse files
author
Antoine Le Louet
committed
comment
1 parent e7d9f48 commit 4607299

File tree

1 file changed

+1
-0
lines changed
  • templates/front/src/stories/example/button

1 file changed

+1
-0
lines changed

templates/front/src/stories/example/button/Button.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ interface ButtonProps {
2727
/**
2828
* Primary UI component for user interaction
2929
*/
30+
// We disable eslint error on export because it's a sample component
3031
// eslint-disable-next-line import/prefer-default-export
3132
export const Button = (
3233
{

0 commit comments

Comments
 (0)