aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/src
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@protonmail.com>2023-06-22 11:35:40 +0200
committerJohn Molakvoæ <skjnldsv@protonmail.com>2023-07-05 16:20:33 +0200
commit96face57a75b361669d91b971925367f766365c2 (patch)
treec0d39f0d0e08ce419e15e0eff814c13ff0e17e16 /apps/files/src
parentb9e6f4d25955e6ff4267a2f38fb7b5a76064831a (diff)
downloadnextcloud-server-96face57a75b361669d91b971925367f766365c2.tar.gz
nextcloud-server-96face57a75b361669d91b971925367f766365c2.zip
feat(files): import all actions
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Diffstat (limited to 'apps/files/src')
-rw-r--r--apps/files/src/main.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/files/src/main.ts b/apps/files/src/main.ts
index be04f559372..f442c0d775a 100644
--- a/apps/files/src/main.ts
+++ b/apps/files/src/main.ts
@@ -2,8 +2,11 @@ import './templates.js'
import './legacy/filelistSearch.js'
import './actions/deleteAction'
+import './actions/downloadAction'
+import './actions/editLocallyAction'
import './actions/favoriteAction'
import './actions/openFolderAction'
+import './actions/renameAction'
import './actions/sidebarAction'
import Vue from 'vue'