Skip to content

Commit

Permalink
📦 (deno-hono/main.ts) Change import statement.
Browse files Browse the repository at this point in the history
Replace import statement to jsr.
  • Loading branch information
Comamoca committed Jul 14, 2024
1 parent 162a822 commit 288c8e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deno-hono/main.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Hono } from "https://deno.land/x/[email protected]/mod.ts";
import { Hono } from "@hono/hono";

const app = new Hono();

Expand Down

0 comments on commit 288c8e8

Please sign in to comment.