Skip to content

Commit 1a161d1

Browse files
author
soheil
committed
sort imports
1 parent 4a2ec80 commit 1a161d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Staking/StakingStatsBox.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// Import libraries
22
import React, { useState, useEffect, ReactNode } from "react"
3+
import { MdInfoOutline } from "react-icons/md"
34
import { useIntl } from "react-intl"
45
import { Code, Flex, Icon, Spinner, VStack } from "@chakra-ui/react"
56
// Import components
@@ -10,7 +11,6 @@ import Link from "../Link"
1011
import { Lang } from "../../utils/languages"
1112
import { getData } from "../../utils/cache"
1213
import { getLocaleForNumberFormat } from "../../utils/translations"
13-
import { MdInfoOutline } from "react-icons/md"
1414

1515
// Constants
1616
const NA_ERROR = "n/a"

0 commit comments

Comments
 (0)