Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
kkosiorowska committed Sep 18, 2024
1 parent f624f62 commit 2254b7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dapp/src/pages/DashboardPage/AcrePointsCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ import {
} from "@chakra-ui/react"
import UserDataSkeleton from "#/components/shared/UserDataSkeleton"
import Countdown from "#/components/shared/Countdown"
import useAcrePoints from "#/hooks/useAcrePoints"
import { logPromiseFailure, numberToLocaleString } from "#/utils"
import { useAcrePoints } from "#/hooks"

export default function AcrePointsCard(props: CardProps) {
const {
Expand Down

0 comments on commit 2254b7e

Please sign in to comment.