Skip to content

Commit 8cca487

Browse files
committed
fix: Missing import update
1 parent b67f888 commit 8cca487

File tree

1 file changed

+1
-0
lines changed
  • tools/server/webui/src/lib/services

1 file changed

+1
-0
lines changed

tools/server/webui/src/lib/services/slots.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import type { ApiSlotData, ApiProcessingState } from '$lib/types/api';
2+
import { serverStore } from '$lib/stores/server.svelte';
23

34
export class SlotsService {
45
private baseUrl: string;

0 commit comments

Comments
 (0)