remove unused npm import
This commit is contained in:
parent
ee384eb4bc
commit
49d5818062
1
mod.ts
1
mod.ts
|
@ -4,7 +4,6 @@ import {
|
||||||
} from "https://deno.land/std@0.186.0/http/http_status.ts";
|
} 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 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 * as cookie from "https://deno.land/std@0.185.0/http/cookie.ts";
|
||||||
import prettyTime from "npm:pretty-time";
|
|
||||||
|
|
||||||
type ListenOptions = {
|
type ListenOptions = {
|
||||||
port: number;
|
port: number;
|
||||||
|
|
Reference in New Issue
Block a user