Add skeleton new page

This commit is contained in:
Lance Pioch 2024-04-10 17:10:25 -04:00
parent 89a507de69
commit f660611ed3
2 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,12 @@
<?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';
}

View File

@ -0,0 +1,3 @@
<x-filament-panels::page>
</x-filament-panels::page>