mirror of
https://github.com/imputnet/cobalt.git
synced 2025-12-18 22:18:50 +00: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>();
|