Yurhu commited on
Commit
f997236
·
verified ·
1 Parent(s): a52ff55

Initial snapshot upload

Browse files
Files changed (1) hide show
  1. frontend/src/app/page.js +1 -0
frontend/src/app/page.js CHANGED
@@ -1,4 +1,5 @@
1
  import Link from "next/link";
 
2
 
3
  export default function Home() {
4
  const { t } = useTranslation();
 
1
  import Link from "next/link";
2
+ import { Trans } from 'react-i18next';
3
 
4
  export default function Home() {
5
  const { t } = useTranslation();