fix(public): move Routes.razor to client assembly so InteractiveAuto can resolve it in WASM
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
<Router AppAssembly="typeof(App).Assembly"
|
<Router AppAssembly="typeof(Routes).Assembly">
|
||||||
AdditionalAssemblies="new[] { typeof(DeepDrftPublic.Client._Imports).Assembly }">
|
|
||||||
<Found Context="routeData">
|
<Found Context="routeData">
|
||||||
<RouteView RouteData="routeData" DefaultLayout="typeof(DeepDrftPublic.Client.Layout.MainLayout)" />
|
<RouteView RouteData="routeData" DefaultLayout="typeof(DeepDrftPublic.Client.Layout.MainLayout)" />
|
||||||
<FocusOnNavigate RouteData="routeData" Selector="h1" />
|
<FocusOnNavigate RouteData="routeData" Selector="h1" />
|
||||||
@@ -1,4 +1,5 @@
|
|||||||
@using DeepDrftPublic.Services
|
@using DeepDrftPublic.Client
|
||||||
|
@using DeepDrftPublic.Services
|
||||||
@using DeepDrftShared.Client.Components
|
@using DeepDrftShared.Client.Components
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|||||||
Reference in New Issue
Block a user