diff --git a/frontend/casino/src/app/components/web3/DicePlayButton.tsx b/frontend/casino/src/app/components/web3/DicePlayButton.tsx index f111e2a..9789cf9 100644 --- a/frontend/casino/src/app/components/web3/DicePlayButton.tsx +++ b/frontend/casino/src/app/components/web3/DicePlayButton.tsx @@ -1,4 +1,3 @@ -import {usePlayRoulette} from "../../web3/functions/Roulette/usePlayRoulette.ts"; import {FC, useEffect} from "react"; import {usePlayCraps} from "../../web3/functions/Craps/usePlayCraps.ts";