Skip to content

Commit

Permalink
refactor: code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
SonicGD committed Dec 6, 2023
1 parent 3835285 commit f7b164a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/Blazor/MudBlazorUnited/Components/Pages/Foo.razor
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
@page "/Foos/Add"
@page "/Foos/{Id:guid}/Edit"
@using MudBlazorUnited.Data.Entities
@using MudBlazorUnited.Components.Forms
@attribute [RenderModeInteractiveServer]
@inherits BaseComponent
<MudPageLayout Title="Edit" Description="Page description">
Expand Down

0 comments on commit f7b164a

Please sign in to comment.