updated invitation link creator

This commit is contained in:
Hanusiak Piotr
2022-02-09 13:03:14 +01:00
parent 9cccdca3dc
commit c13672c9dc
4 changed files with 99 additions and 27 deletions
+6
View File
@@ -0,0 +1,6 @@
import { Readable, writable } from "svelte/store";
/**
* A store that contains the map starting layers names
*/
export const startLayerNamesStore = writable<string[]>([]);