diff --git a/packages/remix-react/__tests__/scroll-restoration-test.tsx b/packages/remix-react/__tests__/scroll-restoration-test.tsx index 8ca71c314b1..bc4ae14d182 100644 --- a/packages/remix-react/__tests__/scroll-restoration-test.tsx +++ b/packages/remix-react/__tests__/scroll-restoration-test.tsx @@ -1,16 +1,8 @@ import * as React from "react"; import { MemoryRouter, Outlet } from "react-router-dom"; -import { fireEvent, render, screen } from "@testing-library/react"; +import { render, screen } from "@testing-library/react"; -import { - Link, - Links, - LiveReload, - Meta, - NavLink, - RemixEntryContext, - Scripts, -} from "../components"; +import { LiveReload, RemixEntryContext, Scripts } from "../components"; import type { RemixEntryContextType } from "../components"; import { ScrollRestoration } from "../scroll-restoration";