Skip to content

Commit

Permalink
fix: import path for OnBoardingTooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
ameerul-deriv committed Oct 14, 2024
1 parent fb20a2d commit 2e19ff4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { useEffect } from 'react';
import { useHistory } from 'react-router-dom';
import { OnboardingTooltip } from '@/components';
import { ErrorModal } from '@/components/Modals';
import { OnboardingTooltip } from '@/components/OnboardingTooltip';
import { BUY_SELL_URL } from '@/constants';
import { api } from '@/hooks';
import { useAdvertiserStats, useIsAdvertiserBarred, useModalManager } from '@/hooks/custom-hooks';
Expand Down

0 comments on commit 2e19ff4

Please sign in to comment.