-
}
\ No newline at end of file
diff --git a/Server/wwwroot/src/Main/UI.ts b/Server/wwwroot/src/Main/UI.ts
index abdd501a..7e9a4ab7 100644
--- a/Server/wwwroot/src/Main/UI.ts
+++ b/Server/wwwroot/src/Main/UI.ts
@@ -25,5 +25,4 @@ export var RightPaginationButton = document.querySelector("#rightPaginationButto
export var TabContentWrapper = document.getElementById("tabContentWrapper") as HTMLDivElement;
export var ToastsWrapper = document.getElementById("toastsWrapper") as HTMLDivElement;
export var TotalDevicesCount = document.querySelector("#totalDevicesSpan") as HTMLSpanElement;
-export var TotalPagesSpan = document.querySelector("#totalPagesSpan") as HTMLSpanElement;
-export var MotdAlert = document.getElementById("motdAlert") as HTMLDivElement;
\ No newline at end of file
+export var TotalPagesSpan = document.querySelector("#totalPagesSpan") as HTMLSpanElement;
\ No newline at end of file