diff --git a/src/global.d.ts b/src/global.d.ts deleted file mode 100644 index 66f1d08..0000000 --- a/src/global.d.ts +++ /dev/null @@ -1,9 +0,0 @@ - - -export { } - -declare global { - interface Window { - removeLoading: () => void - } -}