mirror of
https://github.com/qier222/YesPlayMusic.git
synced 2025-03-01 11:48:14 +08:00
13 lines
280 B
TypeScript
13 lines
280 B
TypeScript
![]() |
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
|