Skip to content

Commit 9a0425b

Browse files
committed
changed import for consistency
1 parent bbe06c6 commit 9a0425b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

@bellatrix/web/src/components/core/ComponentsList.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { BrowserController } from '@bellatrix/web/infrastructure/browsercontroller/core';
2+
import { resolveParentElement } from '@bellatrix/web/components/decorators';
23
import { FindStrategy } from '@bellatrix/web/findstrategies';
34
import { ServiceLocator } from '@bellatrix/core/utilities';
4-
import { resolveParentElement } from '../decorators/BellatrixWebComponent';
55
import { ShadowRootContext, WebComponent } from '.';
66

77
import type { Ctor } from '@bellatrix/core/types';

0 commit comments

Comments
 (0)