mirror of
https://github.com/wukko/cobalt.git
synced 2025-05-01 06:44:24 +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>();
|