mirror of
https://github.com/morten-olsen/refocus.dev.git
synced 2026-02-08 00:46:25 +01:00
init
This commit is contained in:
17
packages/sdk/src/clients/index.ts
Normal file
17
packages/sdk/src/clients/index.ts
Normal file
@@ -0,0 +1,17 @@
|
||||
export {
|
||||
useGithub,
|
||||
useGithubQuery,
|
||||
withGithub,
|
||||
GithubTypes,
|
||||
GithubLogin,
|
||||
} from './github';
|
||||
export { useLinear, useLinearQuery, withLinear, LinearLogin } from './linear';
|
||||
export {
|
||||
useSlack,
|
||||
useSlackQuery,
|
||||
withSlack,
|
||||
SlackClient,
|
||||
SlackTypes,
|
||||
SlackLogin,
|
||||
} from './slack';
|
||||
export { ClientProvider } from './provider';
|
||||
Reference in New Issue
Block a user