Skip to content

Commit

Permalink
fix(hooks/musicplayer): update imports
Browse files Browse the repository at this point in the history
- make linter pass
  • Loading branch information
omniwired committed Aug 7, 2023
1 parent 1e63337 commit e955de2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions packages/components/MusicPlayer/UploadAlbumModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ import { useSelectedNetworkId } from "../../hooks/useSelectedNetwork";
import useSelectedWallet from "../../hooks/useSelectedWallet";
import { getUserId } from "../../networks";
import { defaultSocialFeedFee } from "../../utils/fee";
import { ipfsURLToHTTPURL } from "../../utils/ipfs";
import { generateIpfsKey } from "../../utils/social-feed";
import { ipfsURLToHTTPURL, generateIpfsKey } from "../../utils/ipfs";
import {
neutral17,
neutral33,
Expand All @@ -33,7 +32,7 @@ import {
} from "../../utils/style/colors";
import { fontSemibold14 } from "../../utils/style/fonts";
import { layout } from "../../utils/style/layout";
import { LocalFileData } from "../../utils/types/feed";
import { LocalFileData } from "../../utils/types/files";
import { UploadFileInfo, AlbumMetadataInfo } from "../../utils/types/music";
import { BrandText } from "../BrandText";
import { SVG } from "../SVG";
Expand Down
2 changes: 1 addition & 1 deletion packages/hooks/musicplayer/useFetchAlbum.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@ const getMusicAlbums = async (
console.log("initData err", err);
return [] as MusicAlbumInfo[];
}
};
};

0 comments on commit e955de2

Please sign in to comment.