This commit is contained in:
2024-02-11 22:27:11 +01:00
commit b983a52412
13 changed files with 495 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
import {Karlap} from "./karlap";
Karlap().then(() => {
console.log("Done")
}).catch(reason => {
console.error(reason)
})