3 lines
87 B
JavaScript
3 lines
87 B
JavaScript
import { writable } from 'svelte/store';
|
|
|
|
export const pymChildStore = writable(null);
|