Initial snapshot upload
Browse files- 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();
|