From f82837ca031ea0c6ebf87a5553e26c3a76697db2 Mon Sep 17 00:00:00 2001 From: Lucas Berger Date: Wed, 10 Jun 2026 14:15:02 -0400 Subject: [PATCH] test(quick-260610-jlp): drop unused React import in InstructionSheet test --- apps/pwa/src/components/InstructionSheet.test.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/pwa/src/components/InstructionSheet.test.tsx b/apps/pwa/src/components/InstructionSheet.test.tsx index f0c1dbb..f4f501f 100644 --- a/apps/pwa/src/components/InstructionSheet.test.tsx +++ b/apps/pwa/src/components/InstructionSheet.test.tsx @@ -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'