Skip to content

Commit 4d7c892

Browse files
committed
add missing export
1 parent c68a4f6 commit 4d7c892

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/data/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export { createAsync, createAsyncStore, type AccessorWithLatest } from "./createAsync.js";
22
export { action, useSubmission, useSubmissions, useAction, type Action } from "./action.js";
3-
export { query, revalidate, cache, type CachedFunction } from "./query.js";
3+
export { query, revalidate, cache, type CachedFunction, batchedQuery } from "./query.js";
44
export { redirect, reload, json } from "./response.js";
55

0 commit comments

Comments
 (0)