Skip to content

Commit

Permalink
chore: avoid barrels
Browse files Browse the repository at this point in the history
  • Loading branch information
lauramargar committed Jun 6, 2024
1 parent 430f9e2 commit 5932822
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { PrivateXModuleOptions } from '../../../../x-components/src/plugins/x-plugin.types';
import { SemanticQueriesXModule } from '../../../../x-components/src/x-modules/semantic-queries/x-module';
import { QueriesPreviewXModule } from '../../../../x-components/src/index';
import { getResultsStub } from '../../../../x-components/src/__stubs__/index';
import { QueriesPreviewXModule } from '../../../../x-components/src/x-modules/queries-preview/x-module';
import { getResultsStub } from '../../../../x-components/src/__stubs__/results-stubs.factory';

export const semanticQueriesXModule: PrivateXModuleOptions<SemanticQueriesXModule> = {
storeModule: {
Expand Down

0 comments on commit 5932822

Please sign in to comment.