about summary refs log tree commit diff stats
path: root/src/pages/popup_src/stores.js
blob: 782f60646d4da4a1203d54f9fafefdda0e04fadc (plain) (blame)
1
2
3
4
5
import { writable } from "svelte/store"

export const options = writable(null)
export const config = writable(null)
export const page = writable("general")