add stores

This commit is contained in:
Alexander Bocken 2023-06-27 19:02:10 +02:00
parent 6708bfc89c
commit 6f4cf0a13c
Signed by: Alexander
GPG Key ID: 1D237BE83F9B05E8
2 changed files with 6 additions and 0 deletions

3
src/lib/js/img_store.js Normal file
View File

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

View File

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