From e5c6b282600cd77b13b048611f91ce87321011ee Mon Sep 17 00:00:00 2001 From: RizqiSyahrendra Date: Fri, 18 Apr 2025 08:49:56 +0700 Subject: [PATCH] fix: remove unsused import --- src/components/GoogleReviewBox.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/GoogleReviewBox.tsx b/src/components/GoogleReviewBox.tsx index ea9f895..c4f9e04 100644 --- a/src/components/GoogleReviewBox.tsx +++ b/src/components/GoogleReviewBox.tsx @@ -1,5 +1,3 @@ -import StarRating from "./StarRating"; - export default function GoogleReviewBox() { return (