summaryrefslogtreecommitdiffstats
path: root/src/components/AppContent/ChartContent.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/AppContent/ChartContent.vue')
-rw-r--r--src/components/AppContent/ChartContent.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/AppContent/ChartContent.vue b/src/components/AppContent/ChartContent.vue
index e9c3b82f..a4fe165e 100644
--- a/src/components/AppContent/ChartContent.vue
+++ b/src/components/AppContent/ChartContent.vue
@@ -5,10 +5,10 @@
</template>
<script>
-import AppContent from '@nextcloud/vue/dist/Components/NcAppContent'
+import AppContent from '@nextcloud/vue/dist/Components/NcAppContent.js'
import OrgChart from '../OrgChart.vue'
-import { getChart, transformNode } from '../../utils/chartUtils'
+import { getChart, transformNode } from '../../utils/chartUtils.js'
export default {
name: 'ChartContent',