Better multi-window updates

This commit is contained in:
Gregory Schier
2023-03-29 21:53:20 -07:00
parent bc40e22008
commit dab2df7e79
16 changed files with 180 additions and 136 deletions

View File

@@ -0,0 +1,3 @@
export function generateId(): string {
return Math.random().toString(36).slice(2);
}