Skip to content

Commit

Permalink
refactor: remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
tannerlinsley committed Aug 1, 2023
1 parent 67e63a9 commit 2536c41
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
4 changes: 0 additions & 4 deletions examples/react/kitchen-sink-single-file/src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,13 @@ import {
useNavigate,
useSearch,
Router,
RootRoute,
Route,
redirect,
RouterContext,
} from '@tanstack/router'
import {
ActionClientProvider,
ActionContext,
RegisteredActionClient,
RegisteredActions,
RegisteredActionsByKey,
useAction,
} from '@tanstack/react-actions'
import {
Expand Down
1 change: 0 additions & 1 deletion packages/router/src/react.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { NoInfer, useStore } from '@tanstack/react-store'
import invariant from 'tiny-invariant'
import warning from 'tiny-warning'
// @ts-ignore
import cprc from '@gisatcz/cross-package-react-context'
import {
LinkOptions,
ToOptions,
Expand Down
2 changes: 0 additions & 2 deletions packages/router/src/router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ import {
RootRoute,
AnyContext,
AnyPathParams,
AnyRouteWithRouterContext,
AnyRootRoute,
} from './route'
import {
RoutesInfo,
Expand Down

0 comments on commit 2536c41

Please sign in to comment.