general: snapshot

This commit is contained in:
k
2024-06-25 14:46:23 +02:00
parent 7604787fbb
commit 20a51f980b
27 changed files with 342 additions and 225 deletions

View File

@@ -0,0 +1,5 @@
export function tick() {
return new Promise((resolve) => {
setTimeout(resolve, 0);
});
}