Skip to content

Commit

Permalink
Remove unused screen
Browse files Browse the repository at this point in the history
  • Loading branch information
JelloBagel committed Jun 13, 2024
1 parent 3a3cd61 commit 7d2d85f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__tests__/focus-zone.test.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import {FocusKeys, FocusZoneSettings, focusZone} from '../focus-zone.js'
import {fireEvent, render, screen} from '@testing-library/react'
import {fireEvent, render} from '@testing-library/react'
import React from 'react'
import userEvent from '@testing-library/user-event'

Expand Down

0 comments on commit 7d2d85f

Please sign in to comment.