Add game header (#5)
Co-authored-by: Maxime Adler <madler@sqli.com> Reviewed-on: #5
This commit was merged in pull request #5.
This commit is contained in:
@@ -1,15 +1,16 @@
|
||||
@page "/Games"
|
||||
@using GameIdeas.BlazorApp.Layouts
|
||||
@using GameIdeas.BlazorApp.Pages.Games.Filter
|
||||
@using GameIdeas.BlazorApp.Shared.Components
|
||||
@using GameIdeas.BlazorApp.Shared.Headers
|
||||
@using GameIdeas.BlazorApp.Shared.Layouts.Header
|
||||
@using GameIdeas.Resources
|
||||
|
||||
@layout MainLayout
|
||||
|
||||
<PageTitle>@ResourcesKey.GamesIdeas</PageTitle>
|
||||
|
||||
<HeaderBase>
|
||||
<HeaderLayout>
|
||||
<Body>
|
||||
<div>PROUT</div>
|
||||
<GameFilter @bind-DisplayType=DisplayType />
|
||||
</Body>
|
||||
</HeaderBase>
|
||||
</HeaderLayout>
|
||||
Reference in New Issue
Block a user