Skip to content

Commit

Permalink
chore: removes unused KeyValueBox component (#525)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeeanribeiro authored Aug 29, 2023
1 parent 59eefa9 commit 3978b7c
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 106 deletions.
95 changes: 0 additions & 95 deletions packages/shared/src/components/boxes/KeyValueBox.svelte

This file was deleted.

1 change: 0 additions & 1 deletion packages/shared/src/components/boxes/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
export { default as Box } from './Box.svelte'
export { default as KeyValueBox } from './KeyValueBox.svelte'
export { default as AddressBox } from './AddressBox.svelte'
export { default as CopyableBox } from './CopyableBox.svelte'
1 change: 0 additions & 1 deletion packages/shared/src/lib/core/utils/interfaces/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
export * from './date-difference.interface'
export * from './dropdown-item.interface'
export * from './format-iota-unit-options.interface'
export * from './key-value-box-list.interface'
export * from './validation-options.interface'

This file was deleted.

0 comments on commit 3978b7c

Please sign in to comment.