Skip to content

Commit f0d9de8

Browse files
author
Eric Frick
committed
Removed unresolved component
1 parent 39a86b2 commit f0d9de8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/index.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import TextField from './components/TextField';
44
import Button from './components/Button';
55
import CircularGauge from './components/CircularGauge';
66
import Notification from './components/Notification';
7-
import Dropdown from './components/Dropdown';
87
import './styles/base.scss';
98

109
let 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
}

0 commit comments

Comments
 (0)