Skip to content

Commit

Permalink
Update marketUtils.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
huhuanming committed Nov 22, 2024
1 parent 45f9757 commit 76699ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/kit/src/views/Market/marketUtils.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import { WEB_APP_URL } from '@onekeyhq/shared/src/config/appConfig';
import platformEnv from '@onekeyhq/shared/src/platformEnv';
import { ETabMarketRoutes, ETabRoutes } from '@onekeyhq/shared/src/routes';
import timerUtils from '@onekeyhq/shared/src/utils/timerUtils';

import type { IAppNavigation } from '../../hooks/useAppNavigation';
import timerUtils from '@onekeyhq/shared/src/utils/timerUtils';

export function buildMarketFullUrl({ coinGeckoId }: { coinGeckoId: string }) {
const origin =
Expand Down

0 comments on commit 76699ef

Please sign in to comment.