move album header color methods to composables

This commit is contained in:
geoffrey45
2022-08-03 01:10:08 +03:00
parent c562e529fd
commit db81ee5de3
8 changed files with 100 additions and 119 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import { Folder, Track } from "@/interfaces";
import state from "../state";
import useAxios from "../useAxios";
import useAxios from "./useAxios";
export default async function (path: string) {
interface FolderData {