mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +00:00
11 lines
241 B
JavaScript
11 lines
241 B
JavaScript
import SpotifySyncModel from "./cores/spotifyCore"
|
|
|
|
export default class SyncModel {
|
|
static get bridge() {
|
|
return window.app?.api.withEndpoints("main")
|
|
}
|
|
|
|
static get spotifyCore() {
|
|
return SpotifySyncModel
|
|
}
|
|
} |