timer has roll() implementation
This commit is contained in:
cv
2021-05-25 12:29:16 +02:00
parent b252aa19b9
commit 77c25a022f
3 changed files with 61 additions and 9 deletions
@@ -12,7 +12,6 @@ export default function RollIconBtn(props) {
width={120}
_focus={{ boxShadow: 'none' }}
{...rest}
disabled
/>
);
}