Fix TS Build Mistakes

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

View file

@ -4,6 +4,7 @@ import {
getWordCount, getWordCount,
getCharacterCount, getCharacterCount,
getSentenceCount, getSentenceCount,
getPageCount,
} from "src/utils/StatUtils"; } from "src/utils/StatUtils";
import { debounce } from "obsidian"; import { debounce } from "obsidian";