Skip to content

Commit 732d9af

Browse files
committed
fix import order
1 parent 6746bef commit 732d9af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/packages/core/content/workspace/content-workspace.context-token.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import type { UmbContentWorkspaceContext } from './content-workspace-context.interface.js';
21
import { UmbContextToken } from '@umbraco-cms/backoffice/context-api';
2+
import type { UmbContentWorkspaceContext } from './content-workspace-context.interface.js';
33

44
export const UMB_CONTENT_WORKSPACE_CONTEXT = new UmbContextToken<
55
UmbContentWorkspaceContext,

0 commit comments

Comments
 (0)