Skip to content

Commit

Permalink
Fix linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
brophdawg11 committed Aug 18, 2022
1 parent 815e1d1 commit 57c0b47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/react-router-dom/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ import type {
RelativeRoutingType,
RouteObject,
To,
useMatches,
useNavigation,
} from "react-router";
import {
Router,
Expand All @@ -18,7 +16,9 @@ import {
useHref,
useLocation,
useMatch,
useMatches,
useNavigate,
useNavigation,
useResolvedPath,
UNSAFE_DataRouter as DataRouter,
UNSAFE_DataRouterProvider as DataRouterProvider,
Expand Down
1 change: 0 additions & 1 deletion packages/react-router/lib/components.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ import { useSyncExternalStore as useSyncExternalStoreShim } from "./use-sync-ext

import type {
DataRouteObject,
DataRouterContextObject,
RouteMatch,
RouteObject,
Navigator,
Expand Down

0 comments on commit 57c0b47

Please sign in to comment.