Added admin page navigation
This commit is contained in:
8
src/HopFrame.Web/Components/Pages/HopFrameHome.razor
Normal file
8
src/HopFrame.Web/Components/Pages/HopFrameHome.razor
Normal file
@@ -0,0 +1,8 @@
|
||||
@page "/admin"
|
||||
@layout HopFrameLayout
|
||||
|
||||
<h3>HopFrameHome</h3>
|
||||
|
||||
@code {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user