From 9b59721304fe7c6ff39f363ceae8a64e1348ac39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20H=C3=A5rek=20Andreassen?= Date: Sat, 2 Mar 2024 18:07:56 +0100 Subject: [PATCH] chore: Remove old type imports with `` MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Tim HÄrek Andreassen --- main.ts | 6 ------ 1 file changed, 6 deletions(-) diff --git a/main.ts b/main.ts index bb00964..27962df 100644 --- a/main.ts +++ b/main.ts @@ -1,9 +1,3 @@ -/// -/// -/// -/// -/// - import { start } from "$fresh/server.ts"; import manifest from "./fresh.gen.ts";