Eslint files

This commit is contained in:
Thomas "ajnart" Camlong
2022-04-30 21:38:13 +02:00
parent b15c74e09d
commit 72458b8b63
5 changed files with 8 additions and 7 deletions

View File

@@ -11,7 +11,7 @@ export default function SaveConfigComponent(props: any) {
}
}
return (
<Button leftIcon={<Download/>} variant='outline' onClick={onClick}>
<Button leftIcon={<Download />} variant="outline" onClick={onClick}>
Download your config
</Button>
);