Fix formatting issue by adding a newline at the end of the Modules component file for consistency and adherence to coding standards.

This commit is contained in:
Yashwin 2026-02-03 19:57:11 +05:30
parent 146d47a6a7
commit 504574c80c

View File

@ -214,4 +214,4 @@ const Modules = (): ReactElement => {
); );
}; };
export default Modules; export default Modules;