Fixed basic usability of sheets

This commit is contained in:
Roman Krček
2025-07-08 12:54:38 +02:00
parent c248e4e074
commit bd7e3f9720
7 changed files with 20 additions and 20 deletions

View File

@@ -1,5 +1,5 @@
<script lang="ts">
import type { GoogleSheet } from '$lib/google/sheets';
import type { GoogleSheet } from '$lib/google/google/types.tsient/types.js';
// Props
let { sheetsData, errors, loadRecentSheets, selectSheet, toggleSheetList } = $props<{