Skip to content

Commit

Permalink
fix(solid): Export Provider from the entry
Browse files Browse the repository at this point in the history
  • Loading branch information
XiNiHa committed Sep 13, 2024
1 parent b039ae5 commit 9f9d05e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/solid-urql/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export * from '@urql/core';

export { type UseClient } from './context';
export { useClient } from './context';
export { useClient, Provider } from './context';

export {
type CreateMutationState,
Expand Down

0 comments on commit 9f9d05e

Please sign in to comment.