diff --git a/components/ChatView/Header.tsx b/components/ChatView/Header.tsx
index c50ed28..b0ec66b 100644
--- a/components/ChatView/Header.tsx
+++ b/components/ChatView/Header.tsx
@@ -1,6 +1,7 @@
import { useEffect } from "react";
import { useChatStore } from "@/store";
import Icon from "../Icon";
+import GitHubStarBadge from "../GitHubStarBadge";
interface Props {
className?: string;
@@ -27,13 +28,7 @@ const Header = (props: Props) => {