From 119f0a94d29011c913f610245e566d6d364863fe Mon Sep 17 00:00:00 2001 From: cbm Date: Sat, 13 Jul 2024 17:32:23 +0800 Subject: [PATCH] debug --- app/store/sync.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/store/sync.ts b/app/store/sync.ts index 97840921f..25fbe91f2 100644 --- a/app/store/sync.ts +++ b/app/store/sync.ts @@ -14,7 +14,7 @@ import { showToast } from "../components/ui-lib"; import Locale from "../locales"; import { createSyncClient, ProviderType } from "../utils/cloud"; import { corsPath } from "../utils/cors"; -import { useAccessStore } from "../store"; + export interface WebDavConfig { server: string; username: string;