Yum04-60 bestellabschluss (#13)

* Kontoverwaltung

* Kontoverwaltung Finish

* Kontoverwaltung Button not finished

* Kontoverwaltung Button not finished

* Kontoverwaltung fertig.

* Kontoverwaltung final finish

* Erster Entwurf fertig

* Finish Bestellabschluss

* Final Final FInisch
This commit is contained in:
zha19115
2023-05-08 19:36:12 +02:00
committed by GitHub
parent 3b6896b630
commit 818fe95ca1
10 changed files with 95 additions and 13 deletions

View File

@ -1,11 +1,11 @@
<Router AppAssembly="@typeof(App).Assembly">
<Found Context="routeData">
<RouteView RouteData="@routeData" DefaultLayout="@typeof(MainLayout)" />
<RouteView RouteData="@routeData" DefaultLayout="@typeof(Startseite)" />
<FocusOnNavigate RouteData="@routeData" Selector="h1" />
</Found>
<NotFound>
<PageTitle>Not found</PageTitle>
<LayoutView Layout="@typeof(MainLayout)">
<LayoutView Layout="@typeof(Startseite)">
<p role="alert">Sorry, there's nothing at this address.</p>
</LayoutView>
</NotFound>