mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-17 05:38:04 +00:00
5 lines
83 B
TypeScript
5 lines
83 B
TypeScript
const Podcast = () => {
|
|
return <div>施工中...</div>
|
|
}
|
|
|
|
export default Podcast
|