mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-16 13:17:46 +00:00
5 lines
113 B
TypeScript
5 lines
113 B
TypeScript
const Lyrics = () => {
|
|
return <div className='text-white'>歌词页面开发中</div>
|
|
}
|
|
|
|
export default Lyrics
|