diff --git a/apps/client/pages/index.vue b/apps/client/pages/index.vue
index 709df436c..a0a9d8aaf 100644
--- a/apps/client/pages/index.vue
+++ b/apps/client/pages/index.vue
@@ -254,9 +254,7 @@
{{ formatTimestamp({ timestamp: item.time }) }}
-
@@ -301,10 +300,10 @@
import { onMounted, onUnmounted, ref } from "vue";
import { useRouter } from "vue-router";
+import CommentsList from "~/assets/comments";
import Loading from "~/components/Loading.vue";
import MessageBox from "~/components/main/MessageBox/MessageBox.vue";
-import CommentsList from "~/assets/comments";
-import { formatTimestamp, type Timestamp } from "~/utils/date";
+import { formatTimestamp } from "~/utils/date";
import { useGameStore } from "~/store/game";
import { cancelShortcut, registerShortcut } from "~/utils/keyboardShortcuts";