init EnvelopeGenerator.ReceiverUI

This commit is contained in:
OlgunR
2026-03-16 16:16:44 +01:00
parent d842332d97
commit 590ab9bf02
26 changed files with 642 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
<Router AppAssembly="typeof(Program).Assembly" AdditionalAssemblies="new[] { typeof(Client._Imports).Assembly }">
<Found Context="routeData">
<RouteView RouteData="routeData" DefaultLayout="typeof(Layout.MainLayout)" />
<FocusOnNavigate RouteData="routeData" Selector="h1" />
</Found>
</Router>