Skip to content

Commit

Permalink
refactor(wallet-dashboard): Clean up unused components (#4487)
Browse files Browse the repository at this point in the history
  • Loading branch information
marc2332 authored Dec 13, 2024
1 parent 1dea4c0 commit 18f998d
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 108 deletions.

This file was deleted.

This file was deleted.

2 changes: 0 additions & 2 deletions apps/wallet-dashboard/components/transactions/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
// SPDX-License-Identifier: Apache-2.0

export { default as TransactionAmount } from './TransactionAmount';
export { default as StakeTransactionCard } from './StakeTransactionCard';
export { default as UnstakeTransactionCard } from './UnstakeTransactionCard';
export { default as TransactionSummary } from './TransactionSummary';
export * from './TransactionTile';
export { default as TransactionIcon } from './TransactionIcon';
Expand Down
2 changes: 1 addition & 1 deletion sdk/typescript/src/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
// This file is generated by genversion.mjs. Do not edit it directly.

export const PACKAGE_VERSION = '0.3.1';
export const TARGETED_RPC_VERSION = '0.7.0-alpha';
export const TARGETED_RPC_VERSION = '0.8.0-alpha';

0 comments on commit 18f998d

Please sign in to comment.