From 9c6008b36e94ce3eb3002f1401f8e70c4fb83e86 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Mon, 12 Aug 2024 00:54:18 +0530 Subject: [PATCH] refactor(common): rename `Comments.kt` --- .../claw/common/comments/{Comments.kt => CommentsPage.kt} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename common/src/main/kotlin/dev/msfjarvis/claw/common/comments/{Comments.kt => CommentsPage.kt} (100%) diff --git a/common/src/main/kotlin/dev/msfjarvis/claw/common/comments/Comments.kt b/common/src/main/kotlin/dev/msfjarvis/claw/common/comments/CommentsPage.kt similarity index 100% rename from common/src/main/kotlin/dev/msfjarvis/claw/common/comments/Comments.kt rename to common/src/main/kotlin/dev/msfjarvis/claw/common/comments/CommentsPage.kt