DocSpace-client/packages/shared/components/cron/index.ts
2023-12-20 18:36:18 +05:00

3 lines
96 B
TypeScript

export { default as Cron } from "./Cron";
export { getNextSynchronization } from "./Cron.part";