|
|
@@ -5,7 +5,6 @@ import autoHeight from '../autoHeight';
|
|
|
import styles from './index.less';
|
|
|
|
|
|
/* eslint react/no-danger:0 */
|
|
|
-export default
|
|
|
@autoHeight()
|
|
|
class Radar extends Component {
|
|
|
state = {
|
|
|
@@ -181,3 +180,5 @@ class Radar extends Component {
|
|
|
);
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
+export default Radar;
|