* fix: don't POST to cal.com/[user]/[type] * fix: return html with cal calendar embed * fix: intercom app team events types * feat: improve Intercom UX integration * Merge branch 'main' of https://github.com/calcom/cal.com
7 lines
280 B
TypeScript
7 lines
280 B
TypeScript
export { default as add } from "./add";
|
|
export { default as callback } from "./callback";
|
|
export { default as initialize } from "./initialize";
|
|
export { default as configure } from "./configure";
|
|
export { default as get } from "./get";
|
|
export { default as sheet } from "./sheet";
|