Skip to content

Commit

Permalink
fix(vue3): fix barrel
Browse files Browse the repository at this point in the history
  • Loading branch information
joseacabaneros committed Jun 12, 2024
1 parent 4a9c742 commit f4c5ad6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/_vue3-migration-test/src/x-modules/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,5 @@ export * from './search';
export * from './search-box';
export { default as TestElementsList } from './test-elements-list.vue';
export * from './scroll';
<<<<<<< feat/EMP-4163-migrate-query-suggestions-module-to-composition-api
export * from './query-suggestions';
=======
export * from './history-queries';
>>>>>>> main
export * from './query-suggestions';

0 comments on commit f4c5ad6

Please sign in to comment.