2024-12-18 14:23:43 -08:00

15 lines
299 B
PHP

<?php
namespace App\Filament\Guest\Pages;
use Filament\Pages\Page;
class Embroidery extends Page
{
protected static ?string $navigationIcon = 'heroicon-o-document-text';
protected static ?int $navigationSort = 0;
protected static string $view = 'filament.guest.pages.embroidery';
}