Skip to content

Commit

Permalink
update import
Browse files Browse the repository at this point in the history
  • Loading branch information
dschlabach committed Nov 21, 2024
1 parent a6e9d3c commit 4a53d9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/packages/core/utils/findComponent.test.tsx
Original file line number Diff line number Diff line change
@@ -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', () => {
Expand Down

0 comments on commit 4a53d9f

Please sign in to comment.