import { writable } from "svelte/store"; export const currentChartID = writable(null);