<?php
namespace {{ namespace }};
{{ clusterImport }}use Filament\Pages\Page;
class {{ class }} extends Page
{
protected static ?string $navigationIcon = 'heroicon-o-document-text';
protected static string $view = '{{ view }}';{{ clusterAssignment }}
}