Skip to content

Commit 0150a99

Browse files
committed
refactor: clean up unused import in useToMarketBannerDetail
- Removed an obsolete import statement in the useToMarketBannerDetail file to enhance code clarity and maintainability. - This change contributes to ongoing efforts to streamline the codebase and improve overall readability.
1 parent d22796e commit 0150a99

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/kit/src/views/Market/MarketHomeV2/components/MarketBanner/useToMarketBannerDetail.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import type { IPageNavigationProp } from '@onekeyhq/components';
44
import useAppNavigation from '@onekeyhq/kit/src/hooks/useAppNavigation';
55
import { defaultLogger } from '@onekeyhq/shared/src/logger/logger';
66
import platformEnv from '@onekeyhq/shared/src/platformEnv';
7-
87
import {
98
ETabMarketRoutes,
109
type ITabMarketParamList,

0 commit comments

Comments
 (0)