yude.jp/src/components/Spotify.tsx
2024-02-12 13:53:54 +09:00

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&amp;width=400" width="563" height="495" />
</div>
</>
)
}