fix: delete action import

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
pull/38806/head
John Molakvoæ 2023-06-09 09:59:48 +07:00
parent 5fb7ea22be
commit 8b5ef98495
No known key found for this signature in database
GPG Key ID: 60C25B8C072916CF
1 changed files with 2 additions and 2 deletions

@ -25,9 +25,9 @@ import { translate as t } from '@nextcloud/l10n'
import axios from '@nextcloud/axios'
import TrashCan from '@mdi/svg/svg/trash-can.svg?raw'
import { registerFileAction, FileAction } from '../services/FileAction.ts'
import { registerFileAction, FileAction } from '../services/FileAction'
import logger from '../logger.js'
import type { Navigation } from '../services/Navigation.ts'
import type { Navigation } from '../services/Navigation'
registerFileAction(new FileAction({
id: 'delete',