3d-arena / src /routes /store.js
dylanebert's picture
dylanebert HF staff
initial leaderboard iteration
31a2d08
raw
history blame contribute delete
87 Bytes
import { writable } from 'svelte/store';
export const activeTab = writable('Models');