dylanebert's picture
dylanebert HF Staff
add solution
7ee5f8f
raw
history blame
86 Bytes
import { writable } from 'svelte/store';
export const activeTab = writable('Models');