21 feature app redesign #23

Open
tristonarmstrong wants to merge 18 commits from 21-feature-app-redesign into main
Showing only changes of commit 20c508c512 - Show all commits

View File

@ -1,4 +1,4 @@
function MusicPlayer() { export function MusicPlayer() {
return ( return (
<div <div
id="top" id="top"
@ -65,4 +65,3 @@ function MusicPlayer() {
) )
} }
export default MusicPlayer