summaryrefslogtreecommitdiffhomepage
path: root/src/global.d.ts
diff options
context:
space:
mode:
authorAdam Malczewski <[email protected]>2026-03-29 13:44:05 +0900
committerAdam Malczewski <[email protected]>2026-03-29 13:44:05 +0900
commite8d107e454b3804e089a33ce5fe7c931040d4647 (patch)
tree4f8787fae670e86515baed54e00087ce3ef28da6 /src/global.d.ts
parent67d7d50ee2b05f66de3ab6aea38ff5d7d56ce839 (diff)
downloadai-pulse-obsidian-plugin-e8d107e454b3804e089a33ce5fe7c931040d4647.tar.gz
ai-pulse-obsidian-plugin-e8d107e454b3804e089a33ce5fe7c931040d4647.zip
remove calendar and chat history
Diffstat (limited to 'src/global.d.ts')
-rw-r--r--src/global.d.ts7
1 files changed, 0 insertions, 7 deletions
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;
- }
-}