diff --git a/ts/components/sudo/EmailTest.vue b/ts/components/sudo/EmailTest.vue
new file mode 100644
index 00000000..64ee6f3e
--- /dev/null
+++ b/ts/components/sudo/EmailTest.vue
@@ -0,0 +1,52 @@
+
+
+
+ User Impersonation
+
+
+
+
+
+
+
+
+ User ID
+ Name
+ Email
+ Role
+ Actions
+
+
+ 1001
+ John Doe
+ john.doe@example.com
+ Admin
+
+
+
+
+
+ 1002
+ Jane Smith
+ jane.smith@example.com
+ Support
+
+
+
+
+
+ 1003
+ Robert Johnson
+ robert@example.com
+ Premium User
+
+
+
+
+
+
+ 1004
+ Maria Garcia
+ maria@example.com
+ Standard User
+
+
+
+
| User ID | -Name | -Role | -Actions | -|
|---|---|---|---|---|
| 1001 | -John Doe | -john.doe@example.com | -Admin | -- - | -
| 1002 | -Jane Smith | -jane.smith@example.com | -Support | -- - | -
| 1003 | -Robert Johnson | -robert@example.com | -Premium User | -- - | -
| 1004 | -Maria Garcia | -maria@example.com | -Standard User | -- - | -