Skip to content

Commit b916a9a

Browse files
committed
fixes after merge
1 parent 95a2d74 commit b916a9a

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

src/pages/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ import { getLocaleTimestamp } from "@/lib/utils/time"
6767
import { getRequiredNamespacesForPage } from "@/lib/utils/translations"
6868

6969
import {
70+
BASE_TIME_UNIT,
7071
BLOG_FEEDS,
7172
BLOGS_WITHOUT_FEED,
7273
CALENDAR_DISPLAY_COUNT,

src/pages/stablecoins.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ import { getLastDeployDate } from "@/lib/utils/getLastDeployDate"
4545
import { getLocaleTimestamp } from "@/lib/utils/time"
4646
import { getRequiredNamespacesForPage } from "@/lib/utils/translations"
4747

48+
import { BASE_TIME_UNIT } from "@/lib/constants"
49+
4850
import {
4951
fetchEthereumEcosystemData,
5052
fetchEthereumStablecoinsData,

src/pages/staking/index.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ import { getLastDeployDate } from "@/lib/utils/getLastDeployDate"
4040
import { getLocaleTimestamp } from "@/lib/utils/time"
4141
import { getRequiredNamespacesForPage } from "@/lib/utils/translations"
4242

43+
import { BASE_TIME_UNIT } from "@/lib/constants"
44+
4345
import rhino from "@/public/images/upgrades/upgrade_rhino.png"
4446

4547
type BenefitsType = {

src/pages/wallets/find-wallet.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ import {
2727
getSupportedLocaleWallets,
2828
} from "@/lib/utils/wallets"
2929

30-
import { useWalletPersonas } from "../../hooks/useWalletPersonas"
31-
3230
import HeroImage from "@/public/images/wallets/wallet-hero.png"
3331

3432
const Subtitle = ({ children }: ChildOnlyProp) => (

0 commit comments

Comments
 (0)