Skip to content

Commit

Permalink
fix: remove redundant import
Browse files Browse the repository at this point in the history
  • Loading branch information
Yucohny authored Nov 13, 2023
1 parent 3e95fc1 commit 23a13ae
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/Stats/StatsScript.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import React from 'react';

const statsScript = `
var _hmt = _hmt || [];
(function() {
Expand All @@ -13,4 +11,4 @@ export default function StatsScript () {
return (
<script dangerouslySetInnerHTML={{ __html: statsScript }}></script>
);
}
}

0 comments on commit 23a13ae

Please sign in to comment.