Skip to content

Commit

Permalink
Remove stray comment
Browse files Browse the repository at this point in the history
  • Loading branch information
markdalgleish committed Jun 21, 2024
1 parent 3a7879b commit 5da8c20
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions packages/react-router/lib/server-runtime/routeModules.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,6 @@ export type ActionFunction = (
args: ActionFunctionArgs
) => ReturnType<RRActionFunction>;

// export interface ActionFunction<Context = any> {
// (
// args: ActionFunctionArgs<Context>,
// handlerCtx?: unknown
// ): DataFunctionReturnValue;
// }

/**
* Arguments passed to a route `action` function
*/
Expand Down

0 comments on commit 5da8c20

Please sign in to comment.