Update App.tsx
This commit is contained in:
parent
7b7e570c10
commit
32f2594864
|
|
@ -35,7 +35,7 @@ function App(): React.JSX.Element {
|
|||
|
||||
const ipcHandle = (): void => window.electron.ipcRenderer.send('ping')
|
||||
|
||||
const { t, i18n } = useTranslation()
|
||||
const { t } = useTranslation()
|
||||
|
||||
return (
|
||||
<>
|
||||
|
|
|
|||
Reference in a new issue