ChandimaPrabath's picture
fix build error
a34fbc5
raw
history blame contribute delete
233 Bytes
import SavedPlaylists from "@/components/SavedPlaylists";
export default function PlaylistsPage() {
return (
<div className="playlists-page font-[family-name:var(--font-geist-sans)]">
<SavedPlaylists/>
</div>
);
}