Skip to content

Commit 7c89dcc

Browse files
fix: ESLint error
1 parent b74f6ef commit 7c89dcc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/site/components/Common/AvatarGroup/__tests__/index.test.mjs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import { render, fireEvent } from '@testing-library/react';
22

3-
import AvatarGroup from '../index';
4-
53
import { getGitHubAvatarUrl } from '@/util/gitHubUtils';
64

5+
import AvatarGroup from '../index';
6+
77
const names = [
88
'ovflowd',
99
'bmuenzenmeyer',

0 commit comments

Comments
 (0)