We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48b6cc1 commit f8c4de0Copy full SHA for f8c4de0
pages/index.js
@@ -8,7 +8,7 @@ import { useTranslation } from "next-i18next";
8
const inter = Inter({ subsets: ["latin"] });
9
10
export default function Home() {
11
- const { t } = useTranslation("common");
+ const { t } = useTranslation("common");
12
return (
13
<>
14
<div className="bg-gray-50">
0 commit comments