feat: show search icon in header instead of input

+ fix: persistent updating text on update playlist modal
+ move router routes to a separate file
    + lazy import route components
+ remove loading: lazy from songcard
+ remove unused imports on navigation component
This commit is contained in:
geoffrey45
2022-09-18 10:07:58 +03:00
parent 5af3d9cfc3
commit 194a615b2d
14 changed files with 221 additions and 183 deletions
+1 -3
View File
@@ -1,5 +1,4 @@
import { paths } from "@/config";
import state from "../state";
import axios from "axios";
import useAxios from "./useAxios";
@@ -81,5 +80,4 @@ export {
loadMoreArtists,
};
// TODO:
// Rewrite this module using `useAxios` hook
// TODO: Rewrite this module using `useAxios` hook