mirror of
https://github.com/modrinth/code.git
synced 2026-08-25 00:55:25 +00:00
5 lines
106 B
TypeScript
5 lines
106 B
TypeScript
import { writable } from 'svelte/store'
|
|
|
|
// Used in `src/utils/send.ts`
|
|
export const token = writable('')
|