chore(client): add Extensions namespace to global imports
Add @using JdeScoping.Client.Extensions to _Imports.razor so that extension methods (like ViewModelMappingExtensions) are available globally in Razor components without explicit using statements.
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
@using JdeScoping.Client
|
||||
@using JdeScoping.Client.Auth
|
||||
@using JdeScoping.Client.Components.FilterPanels
|
||||
@using JdeScoping.Client.Extensions
|
||||
@using JdeScoping.Client.Components.Shared
|
||||
@using JdeScoping.Client.Layout
|
||||
@using JdeScoping.Client.Models
|
||||
|
||||
Reference in New Issue
Block a user