File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
apps/main/src/dex/components Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1- import { Banner } from '@ui-kit/shared/ui/Banner'
21import { Stack } from '@mui/material'
32import { t } from '@ui-kit/lib/i18n'
3+ import { Banner } from '@ui-kit/shared/ui/Banner'
44import { PoolUrlParams } from '../types/main.types'
55
66const MonadBannerAlert = ( { params } : { params : PoolUrlParams } ) => {
Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ import { usePoolIdByAddressOrId } from '@/dex/hooks/usePoolIdByAddressOrId'
1818import useTokensMapper from '@/dex/hooks/useTokensMapper'
1919import { getUserPoolActiveKey } from '@/dex/store/createUserSlice'
2020import useStore from '@/dex/store/useStore'
21+ import type { PoolUrlParams } from '@/dex/types/main.types'
2122import { getChainPoolIdActiveKey } from '@/dex/utils'
2223import { getPath } from '@/dex/utils/utilsRouter'
2324import { ManageGauge } from '@/dex/widgets/manage-gauge'
24- import type { PoolUrlParams } from '@/dex/types/main.types'
2525import Stack from '@mui/material/Stack'
2626import AlertBox from '@ui/AlertBox'
2727import { AppFormContentWrapper } from '@ui/AppForm'
You can’t perform that action at this time.
0 commit comments