4 lines
78 B
JavaScript
4 lines
78 B
JavaScript
import { writable } from 'svelte/store';
|
|
|
|
export const portions = writable();
|