Skip to content

Commit

Permalink
docs: fix broken example import name (#433)
Browse files Browse the repository at this point in the history
  • Loading branch information
scarf005 authored Dec 8, 2022
1 parent 306c09c commit 7669b9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/guide/history-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import {
createMemoryHistory,
createReactRouter,
createRouteConfig,
} from '@tanstack/router'
} from '@tanstack/react-router'

const rootRoute = createRouteConfig()

Expand All @@ -49,7 +49,7 @@ import {
createHashHistory,
createReactRouter,
createRouteConfig,
} from '@tanstack/router'
} from '@tanstack/react-router'

const rootRoute = createRouteConfig()

Expand Down

0 comments on commit 7669b9f

Please sign in to comment.