diff --git a/vue/VueChartwerkLinePod.ts b/vue/VueChartwerkLinePod.ts index 25f2e9a..0a7eea9 100644 --- a/vue/VueChartwerkLinePod.ts +++ b/vue/VueChartwerkLinePod.ts @@ -1,4 +1,4 @@ -import { LinePod } from '@chartwerk/line-pod'; +import { LinePod } from '..'; import { VueChartwerkPodMixin } from '@chartwerk/core'; // it is used with Vue.component, e.g.: Vue.component('chartwerk-line-pod', VueChartwerkLinePod)