Fix ESLint errors

This commit is contained in:
2025-06-19 16:35:01 +00:00
committed by GitHub
parent c954348ad1
commit eba6c76a61
5 changed files with 30 additions and 30 deletions

View File

@@ -86,7 +86,7 @@ export default function PlaylistPage() {
<div className="h-full px-4 py-6 lg:px-8">
<div className="text-center">
<h2 className="text-2xl font-bold">Playlist not found</h2>
<p className="text-muted-foreground">The playlist you're looking for doesn't exist.</p>
<p className="text-muted-foreground">The playlist you&apos;re looking for doesn&apos;t exist.</p>
</div>
</div>
);