fix(public): move Routes.razor to client assembly so InteractiveAuto can resolve it in WASM

This commit is contained in:
Daniel Harvey
2026-05-21 08:56:01 -04:00
parent daa1530292
commit c436e564be
2 changed files with 3 additions and 3 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
@using DeepDrftPublic.Services
@using DeepDrftPublic.Client
@using DeepDrftPublic.Services
@using DeepDrftShared.Client.Components
<!DOCTYPE html>
<html lang="en">