mirror of
				https://github.com/lantean-code/qbtmud.git
				synced 2025-10-31 12:03:42 +00:00 
			
		
		
		
	Add project files.
This commit is contained in:
		| @@ -0,0 +1,11 @@ | ||||
| using Microsoft.AspNetCore.Components; | ||||
| using MudBlazor; | ||||
|  | ||||
| namespace Lantean.QBTMudBlade.Components.Dialogs | ||||
| { | ||||
|     public partial class StatisticsDialog | ||||
|     { | ||||
|         [CascadingParameter] | ||||
|         public MudDialogInstance MudDialog { get; set; } = default!; | ||||
|     } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user