Skip to content

Commit

Permalink
Fixed import style of loadTranslations in site
Browse files Browse the repository at this point in the history
  • Loading branch information
biwano committed Jan 6, 2022
1 parent 926d8ed commit f936c2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {
getTreasuryBalance,
} from "@klimadao/lib/utils";
import { Home, Props } from "components/pages/Home";
import { loadTranslation } from "@klimadao/site/lib/i18n";
import { loadTranslation } from "lib/i18n";

export const getStaticProps: GetStaticProps<Props> = async (ctx) => {
const [treasuryBalance, stakingAPY, price] = await Promise.all([
Expand Down

0 comments on commit f936c2d

Please sign in to comment.