mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
feat(files): import all actions
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
This commit is contained in:
parent
b9e6f4d259
commit
96face57a7
1 changed files with 3 additions and 0 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue