From 20bd3bb410a17af519d04e1d1ae4f12b8c208c93 Mon Sep 17 00:00:00 2001 From: Aleksey_Levin Date: Sun, 7 Jan 2024 20:38:22 +0800 Subject: [PATCH] feat: edit dice --- frontend/casino/src/app/components/web3/DicePlayButton.tsx | 1 - 1 file changed, 1 deletion(-) 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";