From 020726f5630d95d36e02aea57d88b1ec8aec0605 Mon Sep 17 00:00:00 2001 From: Harish Mohan Raj Date: Fri, 17 Nov 2023 07:07:29 +0530 Subject: [PATCH] Restrict access to other user conversations --- src/client/components/Loader.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/client/components/Loader.tsx b/src/client/components/Loader.tsx index 045cfc9..f10ad50 100644 --- a/src/client/components/Loader.tsx +++ b/src/client/components/Loader.tsx @@ -1,7 +1,7 @@ export default function Loader() { - return ( -
-
-
- ) -} \ No newline at end of file + return ( +
+
+
+ ); +}