From ce383db8ca4cf1329d47cc9dc03d85c4e5802647 Mon Sep 17 00:00:00 2001 From: hensm Date: Thu, 8 Sep 2022 16:41:37 +0100 Subject: [PATCH] Remove unnecessary type --- ext/src/lib/utils.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/ext/src/lib/utils.ts b/ext/src/lib/utils.ts index 1229b51..2ba2ccf 100644 --- a/ext/src/lib/utils.ts +++ b/ext/src/lib/utils.ts @@ -1,5 +1,3 @@ -import { ReceiverSelectorMediaType } from "../types"; - export function getNextEllipsis(ellipsis: string): string { if (ellipsis === "") return "."; if (ellipsis === ".") return "..";