diff --git a/src/assets/ts/featherIcons.ts b/src/assets/ts/featherIcons.ts index 57af6f8..f67604a 100644 --- a/src/assets/ts/featherIcons.ts +++ b/src/assets/ts/featherIcons.ts @@ -2,7 +2,7 @@ import feather from "feather-icons"; let alreadyReplaced = false; -export function replaceIcons(once: boolean = true) { +export function replaceIcons(once: boolean = true): void { if (!once || !alreadyReplaced) { alreadyReplaced = true; feather.replace();