chartmaker-fe/src/stores.js

3 lines
87 B
JavaScript

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