Skip to content

Commit

Permalink
refactor: Remove unused React import from FileListItem unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
dlnr committed Dec 13, 2024
1 parent 266b0c0 commit 67fb9dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/FileList/FileListItem.test.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { fireEvent, render, screen } from '@testing-library/react'
import React, { createRef } from 'react'
import { createRef } from 'react'
import '@testing-library/jest-dom'
import { FileListItem } from './FileListItem'

Expand Down

0 comments on commit 67fb9dd

Please sign in to comment.