Skip to content

Commit 3332d75

Browse files
committed
Updated code format
1 parent e721112 commit 3332d75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/__tests__/unit/components/RecentIssues.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
import React from 'react'
21
import { render, screen, fireEvent } from '@testing-library/react'
32
import { useRouter } from 'next/navigation'
3+
import React from 'react'
44
import type { Issue } from 'types/issue'
55
import RecentIssues from 'components/RecentIssues'
66

0 commit comments

Comments
 (0)