diff options
Diffstat (limited to 'apps/files/src/actions/renameAction.ts')
-rw-r--r-- | apps/files/src/actions/renameAction.ts | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/apps/files/src/actions/renameAction.ts b/apps/files/src/actions/renameAction.ts index 02aaaa6d3b4..001bedfc73a 100644 --- a/apps/files/src/actions/renameAction.ts +++ b/apps/files/src/actions/renameAction.ts @@ -19,13 +19,11 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. * */ -import { Permission, type Node } from '@nextcloud/files' +import { emit } from '@nextcloud/event-bus' +import { Permission, type Node, registerFileAction, FileAction } from '@nextcloud/files' import { translate as t } from '@nextcloud/l10n' import PencilSvg from '@mdi/svg/svg/pencil.svg?raw' -import { emit } from '@nextcloud/event-bus' -import { registerFileAction, FileAction } from '../services/FileAction' - export const ACTION_DETAILS = 'details' export const action = new FileAction({ |