Just commit it all
This commit is contained in:
parent
a64bcc2c46
commit
36f9b56049
88 changed files with 2210 additions and 1919 deletions
6
resources/views/music.blade.php
Normal file
6
resources/views/music.blade.php
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<x-layout>
|
||||
<x-slot:title>Music</x-slot:title>
|
||||
<x-current-track :track="$current_track"/>
|
||||
<hr>
|
||||
<x-top-tracks :tracks="$top_tracks"/>
|
||||
</x-layout>
|
||||
Loading…
Add table
Add a link
Reference in a new issue