Skip to content

Commit

Permalink
Oops...
Browse files Browse the repository at this point in the history
  • Loading branch information
xoascf committed Sep 25, 2023
1 parent 71d840f commit f074c2e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion OTRMod.Web/App.razor
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
protected override async Task OnInitializedAsync()
=> await JsRuntime.InvokeVoidAsync("setLang", T["lang_tag"].ToString());
}
}
<Router AppAssembly="@typeof(App).Assembly">
<Found Context="routeData">
<RouteView RouteData="@routeData" DefaultLayout="@typeof(MainLayout)" />
Expand Down

0 comments on commit f074c2e

Please sign in to comment.