Skip to content

Commit 3741b70

Browse files
committed
chore: lint import orders
1 parent bece223 commit 3741b70

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/main/src/dex/components/MonadBannerAlert.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
import { Banner } from '@ui-kit/shared/ui/Banner'
21
import { Stack } from '@mui/material'
32
import { t } from '@ui-kit/lib/i18n'
3+
import { Banner } from '@ui-kit/shared/ui/Banner'
44
import { PoolUrlParams } from '../types/main.types'
55

66
const MonadBannerAlert = ({ params }: { params: PoolUrlParams }) => {

apps/main/src/dex/components/PagePool/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ import { usePoolIdByAddressOrId } from '@/dex/hooks/usePoolIdByAddressOrId'
1818
import useTokensMapper from '@/dex/hooks/useTokensMapper'
1919
import { getUserPoolActiveKey } from '@/dex/store/createUserSlice'
2020
import useStore from '@/dex/store/useStore'
21+
import type { PoolUrlParams } from '@/dex/types/main.types'
2122
import { getChainPoolIdActiveKey } from '@/dex/utils'
2223
import { getPath } from '@/dex/utils/utilsRouter'
2324
import { ManageGauge } from '@/dex/widgets/manage-gauge'
24-
import type { PoolUrlParams } from '@/dex/types/main.types'
2525
import Stack from '@mui/material/Stack'
2626
import AlertBox from '@ui/AlertBox'
2727
import { AppFormContentWrapper } from '@ui/AppForm'

0 commit comments

Comments
 (0)