We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b67f888 commit 8cca487Copy full SHA for 8cca487
tools/server/webui/src/lib/services/slots.ts
@@ -1,4 +1,5 @@
1
import type { ApiSlotData, ApiProcessingState } from '$lib/types/api';
2
+import { serverStore } from '$lib/stores/server.svelte';
3
4
export class SlotsService {
5
private baseUrl: string;
0 commit comments