File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ import TextField from './components/TextField';
44import Button from './components/Button' ;
55import CircularGauge from './components/CircularGauge' ;
66import Notification from './components/Notification' ;
7- import Dropdown from './components/Dropdown' ;
87import './styles/base.scss' ;
98
109let app = document . getElementById ( 'app' ) ;
@@ -41,9 +40,6 @@ class Test extends React.Component {
4140 return (
4241 < span >
4342 < CircularGauge width = { 200 } height = { 200 } value = { this . state . gauge . value1 } />
44- < CircularGauge width = { 200 } height = { 200 } value = { this . state . gauge . value2 } />
45- < CircularGauge width = { 200 } height = { 200 } value = { this . state . gauge . value3 } />
46- < CircularGauge width = { 200 } height = { 200 } value = { this . state . gauge . value4 } />
4743 </ span >
4844 )
4945 }
You can’t perform that action at this time.
0 commit comments