fix: delete action import

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ 2023-06-09 09:59:48 +02:00
parent 5fb7ea22be
commit 8b5ef98495
No known key found for this signature in database
GPG key ID: 60C25B8C072916CF

View file

@ -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',