File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
components/sections/communities/overview Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
import { useSelector } from "@/hooks/useTypedSelector" ;
2
2
import Link from "next/link" ;
3
3
import { useRouter } from "next/router" ;
4
- import { useTranslation } from "react -i18next" ;
4
+ import { useTranslation } from "next -i18next" ;
5
5
6
6
/**
7
7
* @interface SidebarProps
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import { fetchCurrentCommunity } from "@/store/services/community.service";
11
11
import { fetchAllChallenges } from "@/store/services/communities/challenges" ;
12
12
import { NotFoundError } from "@/utilities/errors/NotFoundError" ;
13
13
import { fetchAllScoreboards } from "@/store/services/communities/scoreboard.service" ;
14
- import { useTranslation } from "react -i18next" ;
14
+ import { useTranslation } from "next -i18next" ;
15
15
16
16
export default function Slug ( props : {
17
17
pageProps : {
You can’t perform that action at this time.
0 commit comments