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/LastFMTop.php | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 app/View/Components/LastFMTop.php (limited to 'app/View/Components/LastFMTop.php') diff --git a/app/View/Components/LastFMTop.php b/app/View/Components/LastFMTop.php new file mode 100644 index 0000000..b8de2eb --- /dev/null +++ b/app/View/Components/LastFMTop.php @@ -0,0 +1,27 @@ +tracks = $tracks; + } + + /** + * Get the view / contents that represent the component. + */ + public function render(): View|Closure|string + { + return view('components.lastfm-top'); + } +} -- cgit v1.2.3-54-g00ecf