Fix TS Build Mistakes

This commit is contained in:
minermaniac447 2023-02-08 17:18:06 -05:00 committed by GitHub
parent f43895645f
commit aabd175d5d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
import { debounce, Debouncer, TFile, Vault, Workspace } from "obsidian";
import { debounce, Debouncer, TFile, Vault, Workspace, Plugin } from "obsidian";
import { STATS_FILE } from "../constants";
import type { Day, VaultStatistics } from "./Stats";
import moment from "moment";