🐛 Fix paths

This commit is contained in:
Jakub Juszczak
2016-10-02 18:30:48 +02:00
parent c21cf2f3ac
commit ecdb98c4c8

View File

@@ -5,8 +5,8 @@ import Pie from './BaseCharts/Pie'
import PolarArea from './BaseCharts/PolarArea' import PolarArea from './BaseCharts/PolarArea'
import Radar from './BaseCharts/Radar' import Radar from './BaseCharts/Radar'
import Bubble from './BaseCharts/Bubble' import Bubble from './BaseCharts/Bubble'
import reactiveProp from '../mixins/reactiveProp' import reactiveProp from './mixins/reactiveProp'
import reactiveData from '../mixins/reactiveData' import reactiveData from './mixins/reactiveData'
const VueCharts = { const VueCharts = {
Bar, Bar,
@@ -19,5 +19,3 @@ const VueCharts = {
reactiveProp, reactiveProp,
reactiveData reactiveData
} }
module.exports = VueCharts