Update App.tsx

This commit is contained in:
TheThomaas 2026-01-25 22:31:40 +01:00
parent 7b7e570c10
commit 32f2594864

View file

@ -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 (
<>