From e8d107e454b3804e089a33ce5fe7c931040d4647 Mon Sep 17 00:00:00 2001 From: Adam Malczewski Date: Sun, 29 Mar 2026 13:44:05 +0900 Subject: remove calendar and chat history --- src/global.d.ts | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 src/global.d.ts (limited to 'src/global.d.ts') diff --git a/src/global.d.ts b/src/global.d.ts deleted file mode 100644 index bc5e7ae..0000000 --- a/src/global.d.ts +++ /dev/null @@ -1,7 +0,0 @@ -import type _moment from "moment"; - -declare global { - interface Window { - moment: typeof _moment; - } -} -- cgit v1.2.3