From da992ff1b780bf687ba2093d36c2def943296ec5 Mon Sep 17 00:00:00 2001 From: RoscoeDeWah Date: Thu, 16 Jan 2025 13:42:14 +0000 Subject: Remove unused stuff --- app/View/Components/LastFMTrack.php | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 app/View/Components/LastFMTrack.php (limited to 'app/View/Components/LastFMTrack.php') diff --git a/app/View/Components/LastFMTrack.php b/app/View/Components/LastFMTrack.php new file mode 100644 index 0000000..737b5e3 --- /dev/null +++ b/app/View/Components/LastFMTrack.php @@ -0,0 +1,29 @@ +track = $track; + $this->count = $count; + } + + /** + * Get the view / contents that represent the component. + */ + public function render(): View|Closure|string + { + return view('components.lastfm-track'); + } +} -- cgit v1.2.3-54-g00ecf