mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-16 21:28:06 +00:00
feat: updates
This commit is contained in:
parent
8f4c3d8e5b
commit
f340a90117
34 changed files with 781 additions and 323 deletions
|
|
@ -1,5 +1,6 @@
|
|||
import { resizeImage } from '@/web/utils/common'
|
||||
import { css, cx } from '@emotion/css'
|
||||
import { memo } from 'react'
|
||||
import Image from './Image'
|
||||
|
||||
const Artist = ({ artist }: { artist: Artist }) => {
|
||||
|
|
@ -82,4 +83,6 @@ const ArtistRow = ({
|
|||
)
|
||||
}
|
||||
|
||||
export default ArtistRow
|
||||
const memoizedArtistRow = memo(ArtistRow)
|
||||
memoizedArtistRow.displayName = 'ArtistRow'
|
||||
export default memoizedArtistRow
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue