Skip to content

Commit a62d846

Browse files
committed
test: remove unused FullScreenModal import from KeyboardAccessibility test file
Signed-off-by: adarshh <adarsh347k@gmail.com>
1 parent 3cff745 commit a62d846

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/tests/components/KeyboardAccessibility.test.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { render, screen, fireEvent } from "@testing-library/react";
22
import "@testing-library/jest-dom";
33
import PlaygroundSidebar from "../../components/PlaygroundSidebar";
4-
import FullScreenModal from "../../components/FullScreenModal";
54
import { vi } from "vitest";
65

76
// Mock the store

0 commit comments

Comments
 (0)