mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-17 13:48:02 +00:00
feat: updates
This commit is contained in:
parent
ebebf2a733
commit
a1b0bcf4d3
68 changed files with 4776 additions and 5559 deletions
15
packages/web/components/New/ContextMenus/ContextMenus.tsx
Normal file
15
packages/web/components/New/ContextMenus/ContextMenus.tsx
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
import AlbumContextMenu from './AlbumContextMenu'
|
||||
import ArtistContextMenu from './ArtistContextMenu'
|
||||
import TrackContextMenu from './TrackContextMenu'
|
||||
|
||||
const ContextMenus = () => {
|
||||
return (
|
||||
<>
|
||||
<TrackContextMenu />
|
||||
<AlbumContextMenu />
|
||||
<ArtistContextMenu />
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
||||
export default ContextMenus
|
||||
Loading…
Add table
Add a link
Reference in a new issue