mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 12:33:03 +00:00
rewrite some fetch methods to use the useAxios hook
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { Playlist, Track } from "../interfaces";
|
||||
import Router from "../router";
|
||||
import { Option } from "../interfaces";
|
||||
import { getAllPlaylists, addTrackToPlaylist } from "../composables/playlists";
|
||||
import { getAllPlaylists, addTrackToPlaylist } from "../composables/fetch/playlists";
|
||||
|
||||
import useQueueStore from "../stores/queue";
|
||||
import useModalStore from "../stores/modal";
|
||||
|
||||
Reference in New Issue
Block a user