This commit is contained in:
space-nuko
2023-05-24 12:00:29 -05:00
parent 18c63c9f2e
commit 38ae728eef
3 changed files with 3 additions and 3 deletions

View File

@@ -38,7 +38,7 @@ function configureGlobals() {
win.svelteGet = get;
}
export default async function init(isMobile: boolean = false) {
export default function init(isMobile: boolean = false) {
configureLitegraph(isMobile);
configureGlobals();
}