Add audio player component

This commit is contained in:
n_u
2024-01-20 13:57:19 -06:00
parent 2dc115b3e4
commit abe4a52de4
6 changed files with 99 additions and 0 deletions
Binary file not shown.
+4
View File
@@ -0,0 +1,4 @@
main {
margin: auto;
width: 50rem;
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 162 KiB

+1
View File
@@ -0,0 +1 @@
import '../../components/audioPlayer/audioPlayer.js';