mirror of
https://github.com/wukko/cobalt.git
synced 2025-04-16 07:05:02 +02:00
5 lines
167 B
TypeScript
5 lines
167 B
TypeScript
|
import { writable } from "svelte/store";
|
||
|
import * as ServerInfo from "$lib/api/server-info";
|
||
|
|
||
|
export default writable<ServerInfo.CobaltServerInfoCache | undefined>();
|