Ignore:
Timestamp:
02/15/26 01:58:19 (5 months ago)
Author:
Dimitar Arsov <dimitararsov04@…>
Branches:
main
Children:
d1ee039
Parents:
ce45c7a
Message:

create playlists from sidebar

File:
1 edited

Legend:

Unmodified
Added
Removed
  • frontend/src/pages/LandingPage.tsx

    rce45c7a rc8baad1  
    22import { useNavigate } from "react-router-dom";
    33import axiosInstance, { baseURL } from "../api/axiosInstance";
    4 import PlaylistDropdown from "../components/PlaylistDropdown";
     4import PlaylistDropdown from "../components/playlist/PlaylistDropdown";
    55import AlbumResult from "../components/search/AlbumResult";
    66import SongResult from "../components/search/SongResult";
Note: See TracChangeset for help on using the changeset viewer.