From 34a3f2f132791ad33e6a6b59371bb6f029436ab4 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sat, 18 Jul 2020 16:51:55 +0200 Subject: Tests and abc fix using Lars' branch --- src/main.ts | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/main.ts') diff --git a/src/main.ts b/src/main.ts index 3eded62..9b16126 100644 --- a/src/main.ts +++ b/src/main.ts @@ -1,6 +1,8 @@ import "https://deno.land/x/dotenv/load.ts"; -import { Application } from "https://deno.land/x/abc@v1/mod.ts"; -import type { Context } from "https://deno.land/x/abc@v1/mod.ts"; +// import { Application } from "https://deno.land/x/abc@v1/mod.ts"; +// import type { Context } from "https://deno.land/x/abc@v1/mod.ts"; +import { Application } from "./abc/mod.ts"; +import type { Context } from "./abc/mod.ts"; import { renderFile } from "https://deno.land/x/dejs/mod.ts"; import * as groups from "./groups/index.ts"; import DBController from "./db/DBController.ts"; -- cgit v1.2.3