Skip to content

Commit

Permalink
Update session middleware to import types from server-runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiodxa committed Jul 23, 2023
1 parent 2a73b3d commit bd12178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/session.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import type {
Session,
SessionData,
SessionStorage,
} from "@remix-run/cloudflare";
} from "@remix-run/server-runtime";
import type { Context, Env, Input, MiddlewareHandler } from "hono";

const sessionStorageSymbol = Symbol();
Expand Down

0 comments on commit bd12178

Please sign in to comment.