3 lines
81 B
JavaScript
3 lines
81 B
JavaScript
import { writable } from "svelte/store";
|
|
|
|
export const theme = writable("dark");
|