delete unused import

This commit is contained in:
Pas 2025-10-25 14:24:52 -06:00
parent 09c5fc65c0
commit e20bbf27ad

View file

@ -4,7 +4,6 @@ import { updateSettings } from "@/backend/accounts/settings";
import { useBackendUrl } from "@/hooks/auth/useBackendUrl";
import { useAuthStore } from "@/stores/auth";
import { useSubtitleStore } from "@/stores/subtitles";
import { usePreferencesStore } from "@/stores/preferences";
const syncIntervalMs = 5 * 1000;