File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -213,12 +213,6 @@ export { createRoutesStub } from "./lib/dom/ssr/routes-test-stub";
213213// Expose old @remix -run/server-runtime API, minus duplicate APIs
214214export { createCookie , isCookie } from "./lib/server-runtime/cookies" ;
215215
216- // TODO: (v7) Clean up code paths for these exports
217- // export {
218- // json,
219- // redirect,
220- // redirectDocument,
221- // } from "./lib/server-runtime/responses";
222216export { createRequestHandler } from "./lib/server-runtime/server" ;
223217export {
224218 createSession ,
@@ -258,16 +252,6 @@ export type {
258252} from "./lib/router/links" ;
259253
260254export type {
261- // TODO: (v7) Clean up code paths for these exports
262- // ActionFunction,
263- // ActionFunctionArgs,
264- // LinksFunction,
265- // LoaderFunction,
266- // LoaderFunctionArgs,
267- // ServerRuntimeMetaArgs,
268- // ServerRuntimeMetaDescriptor,
269- // ServerRuntimeMetaFunction,
270- DataFunctionArgs ,
271255 HeadersArgs ,
272256 HeadersFunction ,
273257} from "./lib/server-runtime/routeModules" ;
You can’t perform that action at this time.
0 commit comments