Skip to content

Commit

Permalink
rm unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
chaance authored and MichaelDeBoey committed Jun 2, 2022
1 parent 0c07312 commit 54bd4ff
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions 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";

Expand Down

0 comments on commit 54bd4ff

Please sign in to comment.