mirror of
https://github.com/yudejp/yude.jp.git
synced 2025-05-12 15:08:41 +00:00
10 lines
306 B
TypeScript
10 lines
306 B
TypeScript
export default function Spotify() {
|
|
return (
|
|
<>
|
|
<div className="rounded-lg w-full">
|
|
<img alt="Spotify Recently Played" src="https://spotify-recently-played-readme.vercel.app/api?user=yude1119&width=400" width="563" height="495" />
|
|
</div>
|
|
</>
|
|
)
|
|
}
|
|
|