Files
med-notes/.pnpm-store/v10/files/85/ef0d0e032616750051e74f188b4a7c75fd70e8ef71ef9b2f8452349afc67af301a077c2952b4995246fd658ce273d5c7ef05a5c93db028ae77036fc02cd82a
2025-05-09 05:30:08 +02:00

11 lines
291 B
Plaintext

import { useRouterState } from "./useRouterState.js";
function useLocation(opts) {
return useRouterState({
select: (state) => (opts == null ? void 0 : opts.select) ? opts.select(state.location) : state.location
});
}
export {
useLocation
};
//# sourceMappingURL=useLocation.js.map