diff --git a/REMAN/REMAN/Components/CodeReader.razor b/REMAN/REMAN/Components/CodeReader.razor
new file mode 100644
index 0000000..0738cd1
--- /dev/null
+++ b/REMAN/REMAN/Components/CodeReader.razor
@@ -0,0 +1,202 @@
+
+@using Microsoft.AspNetCore.Components.Authorization
+@using NKC.Data.DbModels
+@using REMAN.Components
+@using REMAN.Data
+@using static JsFunctions
+
+@inject AuthenticationStateProvider AuthStateProvider
+@inject IJSRuntime JSRuntime
+@inject RDataService DataService
+
+