File tree Expand file tree Collapse file tree 4 files changed +5
-2
lines changed Expand file tree Collapse file tree 4 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -67,6 +67,7 @@ import { getLocaleTimestamp } from "@/lib/utils/time"
67
67
import { getRequiredNamespacesForPage } from "@/lib/utils/translations"
68
68
69
69
import {
70
+ BASE_TIME_UNIT ,
70
71
BLOG_FEEDS ,
71
72
BLOGS_WITHOUT_FEED ,
72
73
CALENDAR_DISPLAY_COUNT ,
Original file line number Diff line number Diff line change @@ -45,6 +45,8 @@ import { getLastDeployDate } from "@/lib/utils/getLastDeployDate"
45
45
import { getLocaleTimestamp } from "@/lib/utils/time"
46
46
import { getRequiredNamespacesForPage } from "@/lib/utils/translations"
47
47
48
+ import { BASE_TIME_UNIT } from "@/lib/constants"
49
+
48
50
import {
49
51
fetchEthereumEcosystemData ,
50
52
fetchEthereumStablecoinsData ,
Original file line number Diff line number Diff line change @@ -40,6 +40,8 @@ import { getLastDeployDate } from "@/lib/utils/getLastDeployDate"
40
40
import { getLocaleTimestamp } from "@/lib/utils/time"
41
41
import { getRequiredNamespacesForPage } from "@/lib/utils/translations"
42
42
43
+ import { BASE_TIME_UNIT } from "@/lib/constants"
44
+
43
45
import rhino from "@/public/images/upgrades/upgrade_rhino.png"
44
46
45
47
type BenefitsType = {
Original file line number Diff line number Diff line change @@ -27,8 +27,6 @@ import {
27
27
getSupportedLocaleWallets ,
28
28
} from "@/lib/utils/wallets"
29
29
30
- import { useWalletPersonas } from "../../hooks/useWalletPersonas"
31
-
32
30
import HeroImage from "@/public/images/wallets/wallet-hero.png"
33
31
34
32
const Subtitle = ( { children } : ChildOnlyProp ) => (
You can’t perform that action at this time.
0 commit comments