Browse Source
feat(files): import all actions
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
pull/38950/head
John Molakvoæ
3 years ago
No known key found for this signature in database
GPG Key ID: 60C25B8C072916CF
1 changed files with
3 additions and
0 deletions
-
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' |
|
|
|
|