Skip to content

Commit

Permalink
Join imports
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarodE committed May 9, 2024
1 parent 22b0250 commit 5fcbb49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions packages/_vue3-migration-test/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ import { xPlugin } from '../../x-components/src/plugins/x-plugin';
import { facetsXModule } from '../../x-components/src/x-modules/facets/x-module';
import App from './App.vue';
import router from './router';
import { searchXModule } from './x-modules/search/x-module';
import { nextQueriesXModule } from './x-modules/next-queries/x-module';
import { scrollXModule, testFacetsXModule } from './';
import { nextQueriesXModule, scrollXModule, searchXModule, testFacetsXModule } from './';

// Warnings that cannot be solved in Vue 2 (a.k.a. breaking changes) are suppressed
const VUE_COMPAT_MODE = Number(import.meta.env.VITE_VUE_COMPAT_MODE);
Expand Down
1 change: 1 addition & 0 deletions packages/_vue3-migration-test/src/x-modules/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export * from './facets';
export * from './next-queries';
export * from './search';
export { default as TestElementsList } from './test-elements-list.vue';
export * from './scroll';

0 comments on commit 5fcbb49

Please sign in to comment.