aboutsummaryrefslogtreecommitdiffstats
path: root/code/ui/component/Box.razor
diff options
context:
space:
mode:
authorLeonardo Bishop <me@leonardobishop.com>2023-08-06 17:21:45 +0100
committerLeonardo Bishop <me@leonardobishop.com>2023-08-06 17:21:45 +0100
commit0bba89a7858ce091f485e04284f853e1f7f304af (patch)
tree89ba42616e0f245cc84c96cc5b353eea117057d0 /code/ui/component/Box.razor
parent87d74b50bf443bf199be05bd03afdca6ece082ff (diff)
ReformatHEADmaster
Diffstat (limited to 'code/ui/component/Box.razor')
-rw-r--r--code/ui/component/Box.razor7
1 files changed, 2 insertions, 5 deletions
diff --git a/code/ui/component/Box.razor b/code/ui/component/Box.razor
index a1a88d3..ee0b1e4 100644
--- a/code/ui/component/Box.razor
+++ b/code/ui/component/Box.razor
@@ -1,8 +1,5 @@
-@using Sandbox.Razor
-@using Sandbox.UI;
-
@namespace MurderGame
-@inherits Panel
+@inherits Sandbox.UI.Panel
<style>
box {
@@ -14,4 +11,4 @@ box {
padding: 10px;
backdrop-filter-blur: 2px;
}
-</style>
+</style> \ No newline at end of file