fix: remove unused GithubRepo import in mock-tauri.ts

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
lucaronin
2026-02-22 18:09:22 +01:00
parent d2902ec6b4
commit 5fa1ac09f5

View File

@@ -4,7 +4,7 @@
* this provides realistic test data so the UI can be verified visually.
*/
import type { VaultEntry, GitCommit, ModifiedFile, Settings, GithubRepo } from './types'
import type { VaultEntry, GitCommit, ModifiedFile, Settings } from './types'
// --- Vault API detection (for reading real files in browser dev mode) ---
let vaultApiAvailable: boolean | null = null