3 lines
92 B
JavaScript
3 lines
92 B
JavaScript
import { writable } from 'svelte/store';
|
|
|
|
export const codeErrorStore = writable(undefined); |