diff --git a/src/App.jsx b/src/App.jsx index aee00f6..8b808bc 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -1,6 +1,6 @@ import { useState } from "react"; import "./App.css"; -import CursorFollower from "./components/CursorFollower"; +// import CursorFollower from "./components/CursorFollower"; function App() { const [count, setCount] = useState(0);