public static function getPages(): array
{
return [
'index' => Pages\ListTradingprofiles::route('/'),
'create' => Pages\CreateTradingprofiles::route('/create'),
'edit' => Pages\EditTradingprofiles::route('/{record}/edit'),
];
}
public static function getPages(): array
{
return [
'index' => Pages\ListTradingprofiles::route('/'),
'create' => Pages\CreateTradingprofiles::route('/create'),
'edit' => Pages\EditTradingprofiles::route('/{record}/edit'),
];
}