Skip to content

Commit

Permalink
Fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
brophdawg11 committed Jun 9, 2023
1 parent 6c6c564 commit d8f42b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/react-router/lib/hooks.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as React from "react";
import {
import type {
Blocker,
BlockerFunction,
Location,
Expand All @@ -12,7 +12,6 @@ import {
Router as RemixRouter,
RevalidationState,
To,
stripBasename,
} from "@remix-run/router";
import {
Action as NavigationType,
Expand All @@ -23,6 +22,7 @@ import {
matchRoutes,
parsePath,
resolveTo,
stripBasename,
IDLE_BLOCKER,
UNSAFE_getPathContributingMatches as getPathContributingMatches,
UNSAFE_warning as warning,
Expand Down

0 comments on commit d8f42b7

Please sign in to comment.