mirror of
https://github.com/p-stream/p-stream.git
synced 2026-01-11 20:10:32 +00:00
prettier
This commit is contained in:
parent
ac722880c4
commit
59ec3b78d1
1 changed files with 1 additions and 1 deletions
|
|
@ -1,10 +1,10 @@
|
|||
import { useProgressStore } from "@/stores/progress";
|
||||
|
||||
import { createVersionedStore } from "../migrations";
|
||||
import { OldData, migrateV2Videos } from "./migrations/v2";
|
||||
import { migrateV3Videos } from "./migrations/v3";
|
||||
import { migrateV4Videos } from "./migrations/v4";
|
||||
import { WatchedStoreData } from "./types";
|
||||
import { createVersionedStore } from "../migrations";
|
||||
|
||||
export const VideoProgressStore = createVersionedStore<WatchedStoreData>()
|
||||
.setKey("video-progress")
|
||||
|
|
|
|||
Loading…
Reference in a new issue