Merge branch 'chore-module-clean-up-take--' into poc/package-modules-v2
This commit is contained in:
@@ -10,7 +10,7 @@ import { customElement, property } from 'lit/decorators.js';
|
||||
|
||||
import { UmbIconRegistry } from '../../shared/icon-registry/icon.registry';
|
||||
import type { UmbAppErrorElement } from './app-error.element';
|
||||
import { UmbAuthFlow } from './auth/auth-flow';
|
||||
import { UmbAuthFlow } from './auth';
|
||||
import { UMB_APP, UmbAppContext } from './app.context';
|
||||
import type { Guard, UmbRoute } from '@umbraco-cms/backoffice/router';
|
||||
import { pathWithoutBasePath } from '@umbraco-cms/backoffice/router';
|
||||
|
||||
1
src/Umbraco.Web.UI.Client/src/apps/app/auth/index.ts
Normal file
1
src/Umbraco.Web.UI.Client/src/apps/app/auth/index.ts
Normal file
@@ -0,0 +1 @@
|
||||
export * from './auth-flow';
|
||||
4
src/Umbraco.Web.UI.Client/src/apps/app/index.ts
Normal file
4
src/Umbraco.Web.UI.Client/src/apps/app/index.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export * from './app-context-config.interface';
|
||||
export * from './app-error.element';
|
||||
export * from './app.context';
|
||||
export * from './app.element';
|
||||
Reference in New Issue
Block a user