Implement minimum amount for a working matrix.to
This commit is contained in:
@@ -29,4 +29,6 @@ export default {
|
||||
},
|
||||
};
|
||||
|
||||
export const Default = () => <TextButton>This is a button?</TextButton>;
|
||||
export const Default: React.FC = () => (
|
||||
<TextButton>This is a button?</TextButton>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user