Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
0xAlec committed Jan 24, 2025
1 parent b16ea60 commit 58d1565
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core-react/internal/hooks/useAnalytics.test.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { useOnchainKit } from '@/core-react/useOnchainKit';
import { sendAnalytics } from '@/core/network/sendAnalytics';
import { AnalyticsEvent } from '@/internal/types';
import { useOnchainKit } from '@/useOnchainKit';
import { cleanup, renderHook } from '@testing-library/react';
import { afterEach, beforeEach, describe, expect, it, vi } from 'vitest';
import { AnalyticsEvent } from '../types';
import { useAnalytics } from './useAnalytics';

vi.mock('@/core-react/useOnchainKit', () => ({
Expand Down

0 comments on commit 58d1565

Please sign in to comment.