Browse Source

remove unneeded

master
jeffvli 3 years ago
parent
commit
904570b9a6
  1. 7
      src/components/player/NowPlayingList.tsx
  2. 7
      src/components/playlist/Playlist.tsx

7
src/components/player/NowPlayingList.tsx

@ -1,7 +0,0 @@
import React from 'react';
const NowPlayingList = () => {
return <div />;
};
export default NowPlayingList;

7
src/components/playlist/Playlist.tsx

@ -1,7 +0,0 @@
import React from 'react';
const Playlist = () => {
return <div></div>;
};
export default Playlist;
Loading…
Cancel
Save