workadventure/front/src/Stores/MenuStore.ts
Gregoire Parant 7bd444ade9 Revert "Squashed commit of the following:"
This reverts commit c177f0a1b3.
2021-08-02 22:13:10 +02:00

4 lines
109 B
TypeScript

import { derived, writable, Writable } from "svelte/store";
export const menuIconVisible = writable(false);