Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
File size: 93 Bytes
4265c02 |
1 2 3 4 |
import { writable } from "svelte/store";
export const isAborted = writable<boolean>(false);
|