Skip to content

Commit

Permalink
invalid export
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecAivazis committed Apr 2, 2024
1 parent d21ef78 commit 5cc7857
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, useSession, useLocation, useRoute, useNavigate } from './routing'
export { router_cache, useSession, useLocation, useRoute } from './routing'

export function Router({
cache,
Expand Down

0 comments on commit 5cc7857

Please sign in to comment.