mirror of
https://github.com/p-stream/p-stream.git
synced 2026-03-11 17:55:33 +00:00
delete unused import
This commit is contained in:
parent
09c5fc65c0
commit
e20bbf27ad
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue