From 0ee40d946df34776a3ec50866b8865a66b275d31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20H=C3=A5rek=20Andreassen?= Date: Sat, 2 Mar 2024 18:41:42 +0100 Subject: [PATCH] chore: Remove unused imports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Tim HÄrek Andreassen --- routes/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/index.tsx b/routes/index.tsx index cb16eb0..9213b35 100644 --- a/routes/index.tsx +++ b/routes/index.tsx @@ -2,7 +2,7 @@ import { Head } from "$fresh/runtime.ts"; import { Handlers, PageProps } from "$fresh/server.ts"; import Search from "../components/Search.tsx"; import SeriesCard from "../components/SeriesCard.tsx"; -import { nrkRadio, SearchResult, SearchResultList, Serie } from "../lib/nrk.ts"; +import { nrkRadio, SearchResultList } from "../lib/nrk.ts"; interface HandlerData { query: string;