* add pipedrive crm app w/ revert api * update lockfile * fix issues highlighted by codacy * get pipedrive `client_id` & `client_secret` from db * update readme with instructions to add credentials * Fix yarn.lock * fix `turbo.json` --------- Co-authored-by: Hariom <hariombalhara@gmail.com>
3 lines
90 B
TypeScript
3 lines
90 B
TypeScript
export { default as add } from "./add";
|
|
export { default as callback } from "./callback";
|