enh: valves

This commit is contained in:
Timothy J. Baek
2024-06-23 18:05:33 -07:00
parent 58e69230a9
commit 120b1857b2
4 changed files with 85 additions and 1 deletions

View File

@@ -9,7 +9,7 @@
const i18n = getContext('i18n');
onMount(async () => {
functions.set(await getFunctions(localStorage.token));
// functions.set(await getFunctions(localStorage.token));
});
</script>