diff --git a/example/test.ts b/example/test.ts index 2e3e6c6..ec08912 100644 --- a/example/test.ts +++ b/example/test.ts @@ -1,5 +1,5 @@ import { Status } from "https://deno.land/std@0.186.0/http/http_status.ts"; -import { HTTPServer } from "../http_server.ts"; +import { HTTPServer } from "../mod.ts"; const httpServer = new HTTPServer(); diff --git a/http_server.ts b/mod.ts similarity index 100% rename from http_server.ts rename to mod.ts