From f854b948ce291be6236a2303939e2b887b030486 Mon Sep 17 00:00:00 2001 From: Cody Date: Thu, 4 Jun 2020 21:22:48 -0700 Subject: [PATCH] namespaces removed last commit --- Oqtane.Client/Modules/Admin/UserProfile/View.razor | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Oqtane.Client/Modules/Admin/UserProfile/View.razor b/Oqtane.Client/Modules/Admin/UserProfile/View.razor index 39fb13d3..15c2302c 100644 --- a/Oqtane.Client/Modules/Admin/UserProfile/View.razor +++ b/Oqtane.Client/Modules/Admin/UserProfile/View.razor @@ -1,4 +1,10 @@ -@if (PageState.User != null) +@namespace Oqtane.Modules.Admin.UserProfile +@inherits ModuleBase +@inject NavigationManager NavigationManager +@inject IUserService UserService +@inject INotificationService NotificationService + +@if (PageState.User != null) {