import React from 'react'; import { Playlist } from "../data/playlists" interface SidebarProps { playlists: Playlist[] } export function Sidebar({ playlists }: SidebarProps) { return (