Skip to content

Commit

Permalink
fix(remix): Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
BRKalow committed Oct 20, 2023
1 parent 15bd1c7 commit 5e874e4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/remix/src/ssr/rootAuthLoader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import { authenticateRequest } from './authenticateRequest';
import type { LoaderFunctionArgs, LoaderFunctionReturn, RootAuthLoaderCallback, RootAuthLoaderOptions } from './types';
import {
assertValidHandlerResult,
getResponseClerkState,
injectAuthIntoRequest,
injectRequestStateIntoDeferredData,
injectRequestStateIntoResponse,
Expand Down

0 comments on commit 5e874e4

Please sign in to comment.