refact: removed dead import

from ThreeAxisChart
This commit is contained in:
ysandler 2020-08-10 00:00:42 -05:00 committed by Joshua Shoemaker
parent 53e72a4ff6
commit 3e9d1f924f

View File

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