Skip to content

Commit f8c4de0

Browse files
authored
Update index.js
1 parent 48b6cc1 commit f8c4de0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { useTranslation } from "next-i18next";
88
const inter = Inter({ subsets: ["latin"] });
99

1010
export default function Home() {
11-
const { t } = useTranslation("common");
11+
const { t } = useTranslation("common");
1212
return (
1313
<>
1414
<div className="bg-gray-50">

0 commit comments

Comments
 (0)