To test adf config link in apps

This commit is contained in:
Sushmitha100796
2021-07-19 19:08:48 +05:30
parent ad4d17992b
commit 0690334295
2 changed files with 2 additions and 2 deletions

View File

@@ -15,5 +15,5 @@
* limitations under the License. * limitations under the License.
*/ */
export * from './buttons-menu.component'; // export * from './buttons-menu.component';
export * from './buttons-menu.module'; export * from './buttons-menu.module';

View File

@@ -18,5 +18,5 @@
export * from './identity/public-api'; export * from './identity/public-api';
export * from './api.service.factory'; export * from './api.service.factory';
export * from './drop.actions'; export * from './drop.actions';
export * from './users.actions'; // export * from './users.actions';
export * from './search.service'; export * from './search.service';