diff options
Diffstat (limited to 'resources/views/music.blade.php')
-rw-r--r-- | resources/views/music.blade.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/views/music.blade.php b/resources/views/music.blade.php index 92e5a90..d0793cd 100644 --- a/resources/views/music.blade.php +++ b/resources/views/music.blade.php @@ -1,5 +1,5 @@ <x-layout> <x-slot:title>Music</x-slot:title> - <x-current-track :track="$current_track"/> - <x-top-tracks :tracks="$top_tracks"/> + <x-lastfm-current :track="$current_track"/> + <x-lastfm-top :tracks="$top_tracks"/> </x-layout> |