feat: unload - reload

This commit is contained in:
cv
2021-04-24 12:21:15 +02:00
parent ea92fc7de7
commit 75b8e9b8be
21 changed files with 151 additions and 18 deletions
@@ -9,6 +9,7 @@ export default function BlockIconBtn(props) {
colorScheme='purple'
onClick={props.clickHandler}
_focus={{ boxShadow: 'none' }}
{...props}
/>
);
}