mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-17 21:58:03 +00:00
feat: updates
This commit is contained in:
parent
ffcc60b793
commit
dd5361b8c4
106 changed files with 11989 additions and 4143 deletions
12
packages/web/pages/New/Discover.tsx
Normal file
12
packages/web/pages/New/Discover.tsx
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
import CoverWall from '@/web/components/New/CoverWall'
|
||||
import PageTransition from '@/web/components/New/PageTransition'
|
||||
|
||||
const Discover = () => {
|
||||
return (
|
||||
<PageTransition disableEnterAnimation={true}>
|
||||
<CoverWall />
|
||||
</PageTransition>
|
||||
)
|
||||
}
|
||||
|
||||
export default Discover
|
||||
Loading…
Add table
Add a link
Reference in a new issue