Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
seanaye committed Jul 13, 2022
1 parent 26d8d9d commit 9ddd8c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { ref, nextTick, onMounted } from 'vue'
import { ref, onMounted } from 'vue'

import { FocusTrap } from './focus-trap'
import { assertActiveElement, getByText } from '../../test-utils/accessibility-assertions'
Expand Down

0 comments on commit 9ddd8c8

Please sign in to comment.