mirror of
https://github.com/qier222/YesPlayMusic.git
synced 2025-03-01 16:53:25 +08:00
6 lines
83 B
TypeScript
6 lines
83 B
TypeScript
const Podcast = () => {
|
|
return <div>施工中...</div>
|
|
}
|
|
|
|
export default Podcast
|