Skip to content

Commit

Permalink
feat(search-table): delete PSearchTable component (#302)
Browse files Browse the repository at this point in the history
Signed-off-by: Dahyun Yu <[email protected]>
  • Loading branch information
Dahyun Yu authored Feb 16, 2023
1 parent 53eebc7 commit 24a4cd4
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 219 deletions.
1 change: 0 additions & 1 deletion src/components.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ export { default as PQuerySearchTags } from './inputs/search/query-search-tags/P
export { default as PFilterableQueryDropdown } from './inputs/dropdown/filterable-query-dropdown/PFilterableQueryDropdown.vue';
export { default as PDataTable } from './data-display/tables/data-table/PDataTable.vue';
export { default as PDefinitionTable } from './data-display/tables/definition-table/PDefinitionTable.vue';
export { default as PSearchTable } from './data-display/tables/search-table/PSearchTable.vue';
export { default as PToolboxTable } from './data-display/tables/toolbox-table/PToolboxTable.vue';
export { default as PButtonTab } from './navigation/tabs/button-tab/PButtonTab.vue';
export { default as PTab } from './navigation/tabs/tab/PTab.vue';
Expand Down
183 changes: 0 additions & 183 deletions src/data-display/tables/search-table/PSearchTable.vue

This file was deleted.

35 changes: 0 additions & 35 deletions src/data-display/tables/search-table/type.ts

This file was deleted.

0 comments on commit 24a4cd4

Please sign in to comment.