Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
sstraatemans committed Jun 6, 2024
1 parent c214ff2 commit 8a0e9fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/apps/explorer/src/pages/account/[accountName].tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type { Transaction } from '@/__generated__/sdk';
import { useAccountQuery } from '@/__generated__/sdk';
import type { IKeyProps } from '@/components/compact-keys-table/compact-keys-table';
import CompactKeysTable from '@/components/compact-keys-table/compact-keys-table';
import type { IKeyProps } from '@/components/compact-keys-table/types';
import CompactTransactionsTable from '@/components/compact-transactions-table/compact-transactions-table';
import MaskedAccountName from '@/components/mask-accountname/mask-accountname';
import { Heading, Stack } from '@kadena/react-ui';
Expand Down

0 comments on commit 8a0e9fd

Please sign in to comment.