Skip to content

Commit

Permalink
fix useLocation export
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecAivazis committed Mar 4, 2024
1 parent 2e7cb3f commit 728efe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/houdini-react/src/runtime/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import manifest from './manifest'
import { Router as RouterImpl, RouterCache, RouterContextProvider } from './routing'

export * from './hooks'
export { router_cache } from './routing'
export { router_cache, useLocation } from './routing'

export function Router({
cache,
Expand Down

0 comments on commit 728efe6

Please sign in to comment.