diff --git a/src/packages/core/utils/findComponent.test.tsx b/src/packages/core/utils/findComponent.test.tsx index 67cc8ac5ee..aff0282c0e 100644 --- a/src/packages/core/utils/findComponent.test.tsx +++ b/src/packages/core/utils/findComponent.test.tsx @@ -1,7 +1,7 @@ import type { ReactNode } from 'react'; import { describe, expect, it } from 'vitest'; -import { Avatar } from '../../identity/components/Avatar'; -import { Name } from '../../identity/components/Name'; +import { Avatar } from '../../../identity/components/Avatar'; +import { Name } from '../../../identity/components/Name'; import { findComponent } from './findComponent'; describe('findComponent', () => {