Skip to content

Commit

Permalink
Remove unused AppTable, ButtonsPagination and TradesTable components
Browse files Browse the repository at this point in the history
  • Loading branch information
ninokeldishvili committed Dec 11, 2024
1 parent 03d3bc4 commit 7aaf52c
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 173 deletions.
39 changes: 0 additions & 39 deletions packages/ui-components/src/lib/components/ButtonsPagination.svelte

This file was deleted.

1 change: 0 additions & 1 deletion packages/ui-components/src/lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ export { default as Heading } from './components/Heading.svelte';
export { default as Text } from './components/Text.svelte';
export { default as DropdownProperty } from './components/DropdownProperty.svelte';
export { default as IconError } from './components/IconError.svelte';
export { default as ButtonsPagination } from './components/ButtonsPagination.svelte';

//Types
export type { AppStoresInterface } from './types/appStores.ts';
Expand Down
66 changes: 0 additions & 66 deletions tauri-app/src/lib/components/AppTable.svelte

This file was deleted.

67 changes: 0 additions & 67 deletions tauri-app/src/lib/components/TradesTable.svelte

This file was deleted.

0 comments on commit 7aaf52c

Please sign in to comment.