13 lines
389 B
Plaintext
13 lines
389 B
Plaintext
@using System.Reflection
|
|
@using SPTarkov.Server.Web.Components.Layout
|
|
|
|
<Router AppAssembly="@typeof(SPTWeb).Assembly" AdditionalAssemblies="SPTWeb.SptWebModsAssemblies">
|
|
<Found Context="routeData">
|
|
<RouteView RouteData="@routeData" DefaultLayout="@typeof(BaseMainLayout)" />
|
|
<FocusOnNavigate RouteData="@routeData" Selector="h1" />
|
|
</Found>
|
|
</Router>
|
|
|
|
@code {
|
|
}
|