summaryrefslogtreecommitdiff
path: root/Impostor-dev/src/Impostor.Plugins.Debugger/App.razor
diff options
context:
space:
mode:
Diffstat (limited to 'Impostor-dev/src/Impostor.Plugins.Debugger/App.razor')
-rw-r--r--Impostor-dev/src/Impostor.Plugins.Debugger/App.razor10
1 files changed, 10 insertions, 0 deletions
diff --git a/Impostor-dev/src/Impostor.Plugins.Debugger/App.razor b/Impostor-dev/src/Impostor.Plugins.Debugger/App.razor
new file mode 100644
index 0000000..38e8633
--- /dev/null
+++ b/Impostor-dev/src/Impostor.Plugins.Debugger/App.razor
@@ -0,0 +1,10 @@
+<Router AppAssembly="@typeof(DebugPlugin).Assembly">
+ <Found Context="routeData">
+ <RouteView RouteData="@routeData" DefaultLayout="@typeof(MainLayout)"/>
+ </Found>
+ <NotFound>
+ <LayoutView Layout="@typeof(MainLayout)">
+ <p>Sorry, there's nothing at this address.</p>
+ </LayoutView>
+ </NotFound>
+</Router> \ No newline at end of file