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
@@ -11,6 +11,7 @@ export default function ReloadIconButton(props) {
onClick={props.clickHandler}
width={90}
_focus={{ boxShadow: 'none' }}
{...props}
/>
);
}