From f7be0267d18edc600efe5964ab0c7596b27d0a22 Mon Sep 17 00:00:00 2001 From: Yashwin Date: Wed, 4 Feb 2026 11:20:03 +0530 Subject: [PATCH] Add a newline at the end of the Modules component file for consistency and adherence to coding standards. --- src/pages/tenant/Modules.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/tenant/Modules.tsx b/src/pages/tenant/Modules.tsx index 2764f52..ac850a2 100644 --- a/src/pages/tenant/Modules.tsx +++ b/src/pages/tenant/Modules.tsx @@ -215,3 +215,4 @@ const Modules = (): ReactElement => { }; export default Modules; +