From 504574c80c1445aedd0b3a494122806a6f2e5846 Mon Sep 17 00:00:00 2001 From: Yashwin Date: Tue, 3 Feb 2026 19:57:11 +0530 Subject: [PATCH] Fix formatting issue by adding a newline at the end of the Modules component file for consistency and adherence to coding standards. --- src/pages/tenant/Modules.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/tenant/Modules.tsx b/src/pages/tenant/Modules.tsx index 90c0fd4..2764f52 100644 --- a/src/pages/tenant/Modules.tsx +++ b/src/pages/tenant/Modules.tsx @@ -214,4 +214,4 @@ const Modules = (): ReactElement => { ); }; -export default Modules; \ No newline at end of file +export default Modules;