diff --git a/web/src/store/stores.ts b/web/src/store/stores.ts index cecb20b..78fbb91 100644 --- a/web/src/store/stores.ts +++ b/web/src/store/stores.ts @@ -1,4 +1,4 @@ import { writable } from "svelte/store"; /** Returns boolean value of if the resource is visible or not */ -export const visibility = writable(false); +export const visibility = writable(false);