Playlists.jsx 163 B

12345678910
  1. import React from 'react'
  2. import { LeftBar } from "../../components";
  3. const Playlists = () => {
  4. return (
  5. <LeftBar></LeftBar>
  6. )
  7. }
  8. export default Playlists