Skip to content

Commit 04bf28b

Browse files
committed
rm unused imports
1 parent 3db8a8f commit 04bf28b

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

packages/remix-react/__tests__/scroll-restoration-test.tsx

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,8 @@
11
import * as React from "react";
22
import { MemoryRouter, Outlet } from "react-router-dom";
3-
import { fireEvent, render, screen } from "@testing-library/react";
3+
import { render, screen } from "@testing-library/react";
44

5-
import {
6-
Link,
7-
Links,
8-
LiveReload,
9-
Meta,
10-
NavLink,
11-
RemixEntryContext,
12-
Scripts,
13-
} from "../components";
5+
import { LiveReload, RemixEntryContext, Scripts } from "../components";
146
import type { RemixEntryContextType } from "../components";
157
import { ScrollRestoration } from "../scroll-restoration";
168

0 commit comments

Comments
 (0)