diff options
Diffstat (limited to 'src/pages/Index.jsx')
-rw-r--r-- | src/pages/Index.jsx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pages/Index.jsx b/src/pages/Index.jsx index 3beb6fd..7f196e0 100644 --- a/src/pages/Index.jsx +++ b/src/pages/Index.jsx @@ -1,5 +1,4 @@ import Card from "../components/Card"; -import GoatCounter from "../components/GoatCounter"; import "./Index.css"; const Index = (props) => { @@ -58,7 +57,6 @@ const Index = (props) => { /> </div> </div> - <GoatCounter /> </div> ); }; |