[AAE-11891] move auth in auth folder (#8076)

move auth and common in a separate folder
This commit is contained in:
Eugenio Romano
2023-01-02 14:40:28 +01:00
committed by GitHub
parent ae126475f7
commit 093b1e8a67
144 changed files with 353 additions and 271 deletions

View File

@@ -46,12 +46,15 @@ export * from './lib/blank-page/index';
export * from './lib/rich-text-editor/index';
export * from './lib/snackbar-content/index';
export * from './lib/utils/index';
export * from './lib/common/utils/index';
export * from './lib/interface/index';
export * from './lib/models/index';
export * from './lib/events/index';
export * from './lib/mock/index';
export * from './lib/testing';
export * from './lib/auth';
export * from './lib/common';
export * from './lib/material.module';
export * from './lib/core.module';