tests: Fix cypress component test import of package for mocking

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
This commit is contained in:
Ferdinand Thiessen 2024-06-14 11:16:06 +02:00
parent 6899ca2a88
commit 10b104fa13
No known key found for this signature in database
GPG key ID: 45FAE7268762B400

View file

@ -1,4 +1,4 @@
import * as InitialState from '@nextcloud/initial-state'
import InitialState from '@nextcloud/initial-state'
import * as L10n from '@nextcloud/l10n'
// eslint-disable-next-line import/no-unresolved
import FolderSvg from '@mdi/svg/svg/folder.svg?raw'