Skip to content

Commit

Permalink
fix last broken import filepath
Browse files Browse the repository at this point in the history
  • Loading branch information
yogurtandjam committed Aug 22, 2024
1 parent 754eb85 commit 50262b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/forms/AccountManagementForms/WithdrawForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ import { getSelectedLocale } from '@/state/localizationSelectors';

import abacusStateManager from '@/lib/abacus';
import { validateCosmosAddress } from '@/lib/addressUtils';
import { track } from '@/lib/analytics/amplitude';
import { track } from '@/lib/analytics/analytics';
import { getRouteErrorMessageOverride } from '@/lib/errors';
import { MustBigNumber } from '@/lib/numbers';
import { getNobleChainId } from '@/lib/squid';
Expand Down

0 comments on commit 50262b2

Please sign in to comment.