aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/ui/Button.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/ui/Button.js')
-rw-r--r--src/components/ui/Button.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/ui/Button.js b/src/components/ui/Button.js
index a52f1cadb..882b39e69 100644
--- a/src/components/ui/Button.js
+++ b/src/components/ui/Button.js
@@ -4,6 +4,7 @@ import { observer, inject } from 'mobx-react';
4import Loader from 'react-loader'; 4import Loader from 'react-loader';
5import classnames from 'classnames'; 5import classnames from 'classnames';
6 6
7// Can this file be merged into the './/button/index.tsx' file?
7class Button extends Component { 8class Button extends Component {
8 static propTypes = { 9 static propTypes = {
9 className: PropTypes.string, 10 className: PropTypes.string,