Skip to content

Commit

Permalink
chore: drop html-template dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
amycatgirl committed May 16, 2024
1 parent 6aa19c7 commit 49dbe60
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion import_map.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"path/": "https://deno.land/std@0.224.0/path/",
"dotenv/": "https://deno.land/std@0.224.0/dotenv/",
"fs/": "https://deno.land/std@0.224.0/fs/",
"html/": "https://deno.land/x/html@v1.2.0/",
"eta/": "https://deno.land/x/eta@v3.4.0/"
}
}
1 change: 0 additions & 1 deletion routes/ui_create_object_route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import {
} from "wren/response.ts";
import { POST } from "wren/route.ts";
import { StorageSingleton } from "../storage.ts";
import { html } from "html/mod.ts";
import { eta } from "../eta.ts";
import { env } from "../env.ts";

Expand Down

0 comments on commit 49dbe60

Please sign in to comment.