Skip to content

Commit

Permalink
Chore: Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
chohner committed Jan 16, 2024
1 parent 8868f70 commit 095bf84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/entry.server.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

import { PassThrough } from "node:stream";

import type { AppLoadContext, EntryContext } from "@remix-run/node";
import type { EntryContext } from "@remix-run/node";
import { createReadableStreamFromReadable } from "@remix-run/node";
import { RemixServer } from "@remix-run/react";
import { isbot } from "isbot";
Expand Down

0 comments on commit 095bf84

Please sign in to comment.