Skip to content

Commit

Permalink
chore(remix-server-runtime): fix ESLint warnings (#5484)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDeBoey authored Feb 17, 2023
1 parent 038d731 commit be70eea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/remix-server-runtime/routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import type {
LoaderFunctionArgs,
} from "@remix-run/router";

import type { AppLoadContext } from "./data";
import { callRouteActionRR, callRouteLoaderRR } from "./data";
import type { FutureConfig } from "./entry";
import type { ServerRouteModule } from "./routeModules";
Expand Down

0 comments on commit be70eea

Please sign in to comment.