Skip to content

Commit

Permalink
update paths
Browse files Browse the repository at this point in the history
  • Loading branch information
hardingjam committed Nov 29, 2024
1 parent dc1e192 commit d690d5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { render, screen } from '@testing-library/svelte';
import ButtonVaultLink from '../lib/components/ButtonVaultLink.svelte';
import * as navigation from '$app/navigation';
import { userEvent } from '@testing-library/user-event';
import type { Vault } from '../../dist/typeshare/subgraphTypes';
import type { Vault } from '../lib/typeshare/subgraphTypes';

// Mock the $app/navigation module
vi.mock('$app/navigation', () => ({
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<script lang="ts">
import { goto } from '$app/navigation';
import type { Vault } from '../lib/typeshare/subgraphTypes';
import type { Vault } from '../typeshare/subgraphTypes';
import { bigintStringToHex } from '../utils/hex';
import { Tooltip } from 'flowbite-svelte';
import { formatUnits } from 'viem';
Expand Down

0 comments on commit d690d5d

Please sign in to comment.