add stores

This commit is contained in:
2023-06-27 19:02:10 +02:00
parent 825245c74c
commit 45dc5f6e6a
2 changed files with 6 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
import { writable } from 'svelte/store';
export const img = writable();
+3
View File
@@ -0,0 +1,3 @@
import { writable } from 'svelte/store';
export const portions = writable();