Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jees47 committed Jul 30, 2023
1 parent 9ab1382 commit 088e55c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.jsx
Original file line number Diff line number Diff line change
@@ -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);
Expand Down

0 comments on commit 088e55c

Please sign in to comment.