Added some finishing touches here and there
This commit is contained in:
parent
ddd77d9f82
commit
656b1ba417
42 changed files with 9344 additions and 30 deletions
13
src/GarageApp/modules/StatisticsView.tsx
Normal file
13
src/GarageApp/modules/StatisticsView.tsx
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
import { useTranslation, withTranslation, Trans } from 'react-i18next';
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
export default function StatisticsView() {
|
||||
const { t, i18n } = useTranslation();
|
||||
return (
|
||||
<h1>{t ('statistics')}</h1>
|
||||
)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue