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