mirror of
https://github.com/wukko/cobalt.git
synced 2025-03-25 18:54:53 +01:00
4 lines
167 B
TypeScript
4 lines
167 B
TypeScript
import { writable } from "svelte/store";
|
|
import * as ServerInfo from "$lib/api/server-info";
|
|
|
|
export default writable<ServerInfo.CobaltServerInfoCache | undefined>();
|