Skip to content

Commit a9aa913

Browse files
committed
Remove obsolete comments in index.ts
1 parent 423a339 commit a9aa913

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

packages/react-router/index.ts

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff 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
214214
export { 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";
222216
export { createRequestHandler } from "./lib/server-runtime/server";
223217
export {
224218
createSession,
@@ -258,16 +252,6 @@ export type {
258252
} from "./lib/router/links";
259253

260254
export 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";

0 commit comments

Comments
 (0)