Skip to content

Commit

Permalink
Fix useGlobalNavigationState export in package.json (sergiodxa#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiodxa authored Oct 13, 2023
1 parent dc1dfcc commit 7138d81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"./server-only": "./build/react/server-only.js",
"./use-debounce-fetcher": "./build/react/use-debounce-fetcher.js",
"./use-delegated-anchors": "./build/react/use-delegated-anchors.js",
"./use-global-pending-state": "./build/react/use-global-pending-state.js",
"./use-global-navigation-state": "./build/react/use-global-navigation-state.js",
"./use-hydrated": "./build/react/use-hydrated.js",
"./use-should-hydrate": "./build/react/use-should-hydrate.js",
"./sse/server": "./build/server/event-stream.js",
Expand Down

0 comments on commit 7138d81

Please sign in to comment.