We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7d9f48 commit 4607299Copy full SHA for 4607299
templates/front/src/stories/example/button/Button.tsx
@@ -27,6 +27,7 @@ interface ButtonProps {
27
/**
28
* Primary UI component for user interaction
29
*/
30
+// We disable eslint error on export because it's a sample component
31
// eslint-disable-next-line import/prefer-default-export
32
export const Button = (
33
{
0 commit comments