Ontica/Empiria.Land.Intranet

View on GitHub
src/app/main-layout/config-data/index.ts

Summary

Maintainability
A
0 mins
Test Coverage
/**
 * @license
 * Copyright (c) La Vía Óntica SC, Ontica LLC and contributors. All rights reserved.
 *
 * See LICENSE.txt in the project root for complete license information.
 */


export * from './app-config';

export * from './permissions-config';

export * from './routes-config';

export * from './layout-config';

export * from './tools-config';

export * from './value-selectors';

export * from './views-config';