Skip to content

Commit

Permalink
Remove unused view function import from HelpMenu component
Browse files Browse the repository at this point in the history
The view import statement in the HelpMenu component was redundant. Removing unused imports helps tidy up the code and improves overall code readability by eliminating unnecessary clutter.
  • Loading branch information
dcblogdev committed May 29, 2024
1 parent aad322d commit 30864e9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/Livewire/Admin/HelpMenu.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
use Illuminate\Contracts\View\View;
use Livewire\Component;

use function view;

class HelpMenu extends Component
{
public function render(): View
Expand Down

0 comments on commit 30864e9

Please sign in to comment.