test(quick-260610-jlp): drop unused React import in InstructionSheet test

This commit is contained in:
Lucas Berger
2026-06-10 14:15:02 -04:00
parent 874c030291
commit f82837ca03
@@ -7,7 +7,6 @@
* - onClose (the sheet-close prop) is NOT called when the dialog opens
*/
import React from 'react'
import { describe, it, expect, vi, beforeEach } from 'vitest'
import { render, screen, fireEvent } from '@testing-library/react'