about summary refs log tree commit diff
path: root/MatrixUtils.Web/Shared/MxcAvatar.razor
diff options
context:
space:
mode:
Diffstat (limited to 'MatrixUtils.Web/Shared/MxcAvatar.razor')
-rw-r--r--MatrixUtils.Web/Shared/MxcAvatar.razor3
1 files changed, 0 insertions, 3 deletions
diff --git a/MatrixUtils.Web/Shared/MxcAvatar.razor b/MatrixUtils.Web/Shared/MxcAvatar.razor
index 09ea790..02aff72 100644
--- a/MatrixUtils.Web/Shared/MxcAvatar.razor
+++ b/MatrixUtils.Web/Shared/MxcAvatar.razor
@@ -1,6 +1,3 @@
-@using System.Security
-@using System.Security.Cryptography
-@using Blazored.SessionStorage.JsonConverters
 <StreamedImage Stream="@_stream" style="@StyleString"/>
 
 @code {