summaryrefslogtreecommitdiffstats
path: root/src/components/Properties/PropertyActions.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Properties/PropertyActions.vue')
-rw-r--r--src/components/Properties/PropertyActions.vue6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/components/Properties/PropertyActions.vue b/src/components/Properties/PropertyActions.vue
index b0d8adcd..47da7441 100644
--- a/src/components/Properties/PropertyActions.vue
+++ b/src/components/Properties/PropertyActions.vue
@@ -36,9 +36,9 @@
</template>
<script>
-import Actions from '@nextcloud/vue/dist/Components/NcActions'
-import ActionButton from '@nextcloud/vue/dist/Components/NcActionButton'
-import IconDelete from 'vue-material-design-icons/Delete'
+import Actions from '@nextcloud/vue/dist/Components/NcActions.js'
+import ActionButton from '@nextcloud/vue/dist/Components/NcActionButton.js'
+import IconDelete from 'vue-material-design-icons/Delete.vue'
export default {
name: 'PropertyActions',