Skip to content

Commit

Permalink
fix: EN_7
Browse files Browse the repository at this point in the history
  • Loading branch information
lucanicoladebiasi committed Jan 31, 2025
1 parent 6946e6e commit cfb6697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/sdk-vite-integration/src/components/TransferLogs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {
FilterTransferLogsOptions
} from '@vechain/sdk-network';
import { Link } from 'react-router-dom';
import { Transfer } from "../types/index.js";
import { Transfer } from "../types/index.tsx";
import { explorerUrl, thorClient } from "../const/index.tsx";

/**
Expand Down

0 comments on commit cfb6697

Please sign in to comment.