File size: 102 Bytes
d6fedfa |
1 2 3 4 5 |
import { writable, type Writable } from 'svelte/store';
export const pipelineValues = writable({});
|
d6fedfa |
1 2 3 4 5 |
import { writable, type Writable } from 'svelte/store';
export const pipelineValues = writable({});
|