utilize _Imports.razor to simplify module declarations
This commit is contained in:
		@ -1,10 +1,4 @@
 | 
			
		||||
@using Microsoft.AspNetCore.Components.Routing
 | 
			
		||||
@using Microsoft.AspNetCore.Components.Web
 | 
			
		||||
@using Oqtane.Modules.Controls
 | 
			
		||||
@using Oqtane.Modules
 | 
			
		||||
@using Oqtane.Models
 | 
			
		||||
@using Oqtane.Services
 | 
			
		||||
@namespace Oqtane.Modules.Admin.Profile
 | 
			
		||||
@namespace Oqtane.Modules.Admin.Profile
 | 
			
		||||
@inherits ModuleBase
 | 
			
		||||
@inject NavigationManager NavigationManager
 | 
			
		||||
@inject IUserService UserService
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user