Skip to content

Commit

Permalink
this wont work!
Browse files Browse the repository at this point in the history
  • Loading branch information
jcari-dev committed Sep 29, 2024
2 parents 95cf4da + 26bb0b7 commit 5df5af7
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 44 deletions.
97 changes: 54 additions & 43 deletions chess/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion chess/src/pages/cpu/Cpu.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ import { getCsrfToken } from "../../utils/Auth";
import { useAuth0 } from "@auth0/auth0-react";
import BugNotifier from "../../components/main/home/BugNotifier";


function CpuDispatch() {
const [difficulty, setDifficulty] = React.useState(0);
const [selectedColor, setSelectedColor] = React.useState("random");
Expand Down

0 comments on commit 5df5af7

Please sign in to comment.