add stores

This commit is contained in:
2023-06-27 19:02:10 +02:00
parent 6708bfc89c
commit 6f4cf0a13c
2 changed files with 6 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
import { writable } from 'svelte/store';
export const portions = writable();