diff --git a/app/View/Components/Loading/Absolute.php b/app/View/Components/Loading/Absolute.php deleted file mode 100644 index f68abe0c9..000000000 --- a/app/View/Components/Loading/Absolute.php +++ /dev/null @@ -1,32 +0,0 @@ -hidden = $hidden; - } - - /** - * Get the view / contents that represent the component. - * - * @return \Illuminate\Contracts\View\View|string - */ - public function render() - { - return view('components.loading.absolute'); - } -} \ No newline at end of file diff --git a/app/View/Components/Loading/Content.php b/app/View/Components/Loading/Content.php deleted file mode 100644 index 440072ae6..000000000 --- a/app/View/Components/Loading/Content.php +++ /dev/null @@ -1,32 +0,0 @@ -hidden = $hidden; - } - - /** - * Get the view / contents that represent the component. - * - * @return \Illuminate\Contracts\View\View|string - */ - public function render() - { - return view('components.loading.content'); - } -} \ No newline at end of file