Skip to content

Commit cab07ba

Browse files
Update src/Umbraco.Web.UI.Client/src/packages/core/notification/modals/error-viewer/error-viewer-modal.token.ts
Co-authored-by: Jacob Overgaard <[email protected]>
1 parent e034a64 commit cab07ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Umbraco.Web.UI.Client/src/packages/core/notification/modals/error-viewer/error-viewer-modal.token.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { UmbModalToken } from '@umbraco-cms/backoffice/modal';
2-
import type { UmbPeekErrorArgs } from '../../types';
2+
import type { UmbPeekErrorArgs } from '../../types.js';
33

44
// eslint-disable-next-line @typescript-eslint/no-empty-object-type
55
export interface UmbErrorViewerModalData extends UmbPeekErrorArgs {}

0 commit comments

Comments
 (0)