X-Git-Url: https://git.r.bdr.sh/rbdr/forum/blobdiff_plain/55fb920baa9792266be1a6b981f954c622c1eaf9..fb76052a02708a8fafa310d99d7d7b403b4b7ad8:/src/stores/actions.js diff --git a/src/stores/actions.js b/src/stores/actions.js index ae01906..f7fbc28 100644 --- a/src/stores/actions.js +++ b/src/stores/actions.js @@ -4,7 +4,7 @@ import { derived, writable } from 'svelte/store'; * This is a store to set the actions in the top header. */ -export const actions = writable({}); +const actions = writable({}); export const enableTopicActions = (id) => {