Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
marco76tv committed Sep 12, 2023
1 parent e337f59 commit 335c30a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Filament/Pages/Dashboard.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
namespace Modules\Job\Filament\Pages;

use Filament\Pages\Page;
use Savannabits\FilamentModules\Concerns\ContextualPage;


class Dashboard extends Page
{
// use ContextualPage;
//
protected static ?string $navigationIcon = 'heroicon-o-home';

protected static string $view = 'job::filament.pages.dashboard';
Expand Down

0 comments on commit 335c30a

Please sign in to comment.