From 04fc009874db2d539ad881b649f7ebb512f05312 Mon Sep 17 00:00:00 2001 From: floppydiskette Date: Thu, 8 Aug 2024 22:22:38 +0100 Subject: Init rails app --- app/View/Components/Track.php | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 app/View/Components/Track.php (limited to 'app/View/Components/Track.php') diff --git a/app/View/Components/Track.php b/app/View/Components/Track.php deleted file mode 100644 index b9f628f..0000000 --- a/app/View/Components/Track.php +++ /dev/null @@ -1,29 +0,0 @@ -track = $track; - $this->count = $count; - } - - /** - * Get the view / contents that represent the component. - */ - public function render(): View|Closure|string - { - return view('components.track'); - } -} -- cgit v1.2.3-54-g00ecf