From 913caf807407688d58089e350b4cf58843a41c07 Mon Sep 17 00:00:00 2001 From: Srishty M Date: Wed, 31 Jan 2024 15:02:54 +0530 Subject: [PATCH] feat: added queries to fetch comments --- .../queries/comments/{getCommentByID => getCommentByID.js} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename client/src/graphql/queries/comments/{getCommentByID => getCommentByID.js} (100%) diff --git a/client/src/graphql/queries/comments/getCommentByID b/client/src/graphql/queries/comments/getCommentByID.js similarity index 100% rename from client/src/graphql/queries/comments/getCommentByID rename to client/src/graphql/queries/comments/getCommentByID.js