]> git.r.bdr.sh - rbdr/forum/blobdiff - src/stores/actions.js
Update documentation
[rbdr/forum] / src / stores / actions.js
index ae0190624c751017923a92d9c6ae37364173a28c..f7fbc28d953672ba8097fce78d38405427e8b3e7 100644 (file)
@@ -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) => {