From 02fd2e97f2c8a53bf2344e6fa8b14769cb15ee38 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Thu, 16 Jan 2025 16:35:37 +1100 Subject: refactor: move ts to src Also move popupwindow to own file --- utils/strings.ts | 1 - 1 file changed, 1 deletion(-) delete mode 100644 utils/strings.ts (limited to 'utils/strings.ts') diff --git a/utils/strings.ts b/utils/strings.ts deleted file mode 100644 index e5bc43e..0000000 --- a/utils/strings.ts +++ /dev/null @@ -1 +0,0 @@ -export const ellipsize = (str: string, len = 40) => (str.length > len ? `${str.slice(0, len - 1)}…` : str); -- cgit v1.2.3-freya