Files
kjol/go/jsruntime/runtime/@solidjs/router/dist/data/index.js

5 lines
257 B
JavaScript

export { createAsync, createAsyncStore } from "./createAsync.js";
export { action, useSubmission, useSubmissions, useAction } from "./action.js";
export { query, revalidate, cache } from "./query.js";
export { redirect, reload, json } from "./response.js";