diff options
Diffstat (limited to 'src/client/sync/index.ts')
| -rw-r--r-- | src/client/sync/index.ts | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/client/sync/index.ts b/src/client/sync/index.ts index 9e86f2a..d565569 100644 --- a/src/client/sync/index.ts +++ b/src/client/sync/index.ts @@ -43,3 +43,10 @@ export { type SyncStatusType, syncQueue, } from "./queue"; +export { + cacheStudyCards, + type ServerStudyCard, + type SubmitReviewResult, + submitReviewLocal, + undoReviewLocal, +} from "./scheduler"; |
