Skip to content

Commit

Permalink
Remove obsolete comments in index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
brophdawg11 committed Oct 22, 2024
1 parent 423a339 commit a9aa913
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions packages/react-router/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -213,12 +213,6 @@ export { createRoutesStub } from "./lib/dom/ssr/routes-test-stub";
// Expose old @remix-run/server-runtime API, minus duplicate APIs
export { createCookie, isCookie } from "./lib/server-runtime/cookies";

// TODO: (v7) Clean up code paths for these exports
// export {
// json,
// redirect,
// redirectDocument,
// } from "./lib/server-runtime/responses";
export { createRequestHandler } from "./lib/server-runtime/server";
export {
createSession,
Expand Down Expand Up @@ -258,16 +252,6 @@ export type {
} from "./lib/router/links";

export type {
// TODO: (v7) Clean up code paths for these exports
// ActionFunction,
// ActionFunctionArgs,
// LinksFunction,
// LoaderFunction,
// LoaderFunctionArgs,
// ServerRuntimeMetaArgs,
// ServerRuntimeMetaDescriptor,
// ServerRuntimeMetaFunction,
DataFunctionArgs,
HeadersArgs,
HeadersFunction,
} from "./lib/server-runtime/routeModules";
Expand Down

0 comments on commit a9aa913

Please sign in to comment.