diff options
Diffstat (limited to 'Impostor-dev/src/Impostor.Plugins.Debugger/Shared/MainLayout.razor')
-rw-r--r-- | Impostor-dev/src/Impostor.Plugins.Debugger/Shared/MainLayout.razor | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Impostor-dev/src/Impostor.Plugins.Debugger/Shared/MainLayout.razor b/Impostor-dev/src/Impostor.Plugins.Debugger/Shared/MainLayout.razor new file mode 100644 index 0000000..07da9d6 --- /dev/null +++ b/Impostor-dev/src/Impostor.Plugins.Debugger/Shared/MainLayout.razor @@ -0,0 +1,5 @@ +@inherits LayoutComponentBase + +<div class="page"> + @Body +</div>
\ No newline at end of file |