Graphs Tab Storage (belongs to 44f96b6071
)
This commit is contained in:
parent
65df44707b
commit
6d5fc6f6f6
1 changed files with 5 additions and 0 deletions
5
src/lib/stores/GraphsTab.ts
Normal file
5
src/lib/stores/GraphsTab.ts
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
import { writable, type Writable } from "svelte/store";
|
||||||
|
|
||||||
|
const GraphsTabStore: Writable<string> = writable("");
|
||||||
|
|
||||||
|
export default GraphsTabStore;
|
Reference in a new issue