Skip to content

Commit dfab06b

Browse files
committed
Refactor component usage in edit page
Updated using directives in the Razor page to replace `Fusion` components with `Sessions` components, indicating a shift in functionality or a refactor for improved component management.
1 parent 8dded12 commit dfab06b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Templates/Pages/.edit.razor.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@page "/pages/{nameofplurallowercase}/edit/{id:int}"
22
@using CleanArchitecture.Blazor.Application.Features.{nameofPlural}.Commands.Update
33
@using CleanArchitecture.Blazor.Application.Features.{nameofPlural}.Queries.GetById
4-
@using CleanArchitecture.Blazor.Server.UI.Components.Fusion
4+
@using CleanArchitecture.Blazor.Server.UI.Components.Sessions
55

66
@inherits MudComponentBase
77
@inject IValidationService Validator

0 commit comments

Comments
 (0)