Fixed first two steps

This commit is contained in:
Roman Krček
2025-07-17 20:41:09 +02:00
parent 735e13731c
commit ffa427d42c
5 changed files with 476 additions and 260 deletions

View File

@@ -97,7 +97,7 @@ export const progress = writable<ProgressState>({
// Google Sheets list for search
export interface SheetInfo {
id: string;
spreadsheetId: string;
name: string;
url: string;
}