mirror of
https://github.com/mue/mue.git
synced 2026-07-16 05:23:49 +02:00
Fix all ESLint errors: case declarations, empty blocks, display names, keys, and more
This commit is contained in:
@@ -90,4 +90,6 @@ const Button = forwardRef(
|
||||
},
|
||||
);
|
||||
|
||||
Button.displayName = 'Button';
|
||||
|
||||
export { Button as default, Button };
|
||||
|
||||
Reference in New Issue
Block a user