2024-04-10 17:10:25 -04:00

13 lines
243 B
PHP

<?php
namespace App\Filament\Pages;
use Filament\Pages\Page;
class Introduction extends Page
{
protected static ?string $navigationIcon = 'heroicon-o-document-text';
protected static string $view = 'filament.pages.introduction';
}