import type { Admin } from './types.ts'; import { writable } from 'svelte/store'; export const admins = writable([]);