mirror of
https://github.com/Zagrios/bs-manager.git
synced 2026-07-03 14:08:25 +02:00
6 lines
110 B
TypeScript
6 lines
110 B
TypeScript
export default function OneClickDownloadPlaylist() {
|
|
return (
|
|
<div>OneClickDownloadPlaylist</div>
|
|
)
|
|
}
|