refact: removed dead import

from ThreeAxisChart
This commit is contained in:
Joshua Shoemaker 2020-08-10 00:00:42 -05:00
parent 0ecb6d85c1
commit 5eaaf8706f

View File

@ -1,5 +1,4 @@
import Chart from './Chart.js' import Chart from './Chart.js'
import { GroupByNodule } from 'lovelacejs'
class ThreeAxisChart extends Chart { class ThreeAxisChart extends Chart {
constructor (props) { constructor (props) {