Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
scottgrayson authored and github-actions[bot] committed Dec 19, 2024
1 parent a45baee commit 52026ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LmsPanelProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

namespace Tapp\FilamentLms;

use App\Providers\Filament\Support\Colors\DphColor as Color;
use Filament\Facades\Filament;
use Filament\Http\Middleware\Authenticate;
use Filament\Http\Middleware\DisableBladeIconComponents;
Expand Down Expand Up @@ -29,7 +30,6 @@
use Tapp\FilamentLms\Pages\CourseCompleted;
use Tapp\FilamentLms\Pages\Dashboard;
use Tapp\FilamentLms\Pages\Step;
use App\Providers\Filament\Support\Colors\DphColor as Color;

class LmsPanelProvider extends PanelProvider
{
Expand Down

0 comments on commit 52026ee

Please sign in to comment.