Skip to content
This repository was archived by the owner on Feb 21, 2025. It is now read-only.

Commit

Permalink
style: fixed biomejs
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurfiorette committed Sep 25, 2024
1 parent 92d3b86 commit fc6cb37
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/components/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,7 @@ export default function Page() {
const state = useGame((state) => state.state);
const reset = useGame((state) => state.reset);
const rounds = useGame((state) => state.nextRoundCount)();

const pwa = usePwa();

// console.log(pwa.installPrompt().then(console.log, console.error));

const [disabled, setDisabled] = useState(false);

useEffect(() => {
Expand Down

0 comments on commit fc6cb37

Please sign in to comment.