remove unused npm import

This commit is contained in:
HorizonCode 2023-05-12 10:20:06 +02:00
parent ee384eb4bc
commit 49d5818062

1
mod.ts
View File

@ -4,7 +4,6 @@ import {
} from "https://deno.land/std@0.186.0/http/http_status.ts";
import * as path from "https://deno.land/std@0.185.0/path/mod.ts";
import * as cookie from "https://deno.land/std@0.185.0/http/cookie.ts";
import prettyTime from "npm:pretty-time";
type ListenOptions = {
port: number;