From 23a13aed1b6508d203aa63fc378839e711be8f95 Mon Sep 17 00:00:00 2001 From: Yucohny <79147654+Yucohny@users.noreply.github.com> Date: Mon, 13 Nov 2023 20:28:27 +0800 Subject: [PATCH] fix: remove redundant import --- src/components/Stats/StatsScript.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/components/Stats/StatsScript.js b/src/components/Stats/StatsScript.js index 0bcdaa69387a..ca8bb293ef2c 100644 --- a/src/components/Stats/StatsScript.js +++ b/src/components/Stats/StatsScript.js @@ -1,5 +1,3 @@ -import React from 'react'; - const statsScript = ` var _hmt = _hmt || []; (function() { @@ -13,4 +11,4 @@ export default function StatsScript () { return ( ); -} \ No newline at end of file +}