refactor(search-elasticsearch): remove redundant auth exports from index
Signed-off-by: nojaf <florian.verdonck@outlook.com>
This commit is contained in:
@@ -22,11 +22,6 @@
|
||||
|
||||
export { default } from './module';
|
||||
export * from './module';
|
||||
export type {
|
||||
ElasticSearchAuthProvider,
|
||||
ElasticSearchAuthExtensionPoint,
|
||||
} from './auth';
|
||||
export { elasticsearchAuthExtensionPoint } from './auth';
|
||||
export {
|
||||
decodeElasticSearchPageCursor,
|
||||
ElasticSearchSearchEngine,
|
||||
|
||||
Reference in New Issue
Block a user