Optimise imports

This commit is contained in:
Ben Grant 2021-05-18 21:48:07 +10:00
parent 32c45d04f3
commit 5a3dd895f6
4 changed files with 2 additions and 14 deletions

View file

@ -28,7 +28,7 @@ const Help = () => {
useEffect(() => {
document.title = t('help:name');
}, []);
}, [t]);
return (
<>