From cbec3d9f3e0b854212f984a429a9b7d9569f48e2 Mon Sep 17 00:00:00 2001 From: Vikas Nale Date: Sat, 26 Jul 2025 11:23:12 +0530 Subject: [PATCH] Add GUI improvements in directory notes --- src/components/Directory/NotesDirectory.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Directory/NotesDirectory.jsx b/src/components/Directory/NotesDirectory.jsx index 1dc56232..4bb6b382 100644 --- a/src/components/Directory/NotesDirectory.jsx +++ b/src/components/Directory/NotesDirectory.jsx @@ -226,4 +226,4 @@ const NotesDirectory = ({ ); }; -export default NotesDirectory; \ No newline at end of file +export default NotesDirectory;