move extensions editor into extensions folder
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import { html, LitElement } from 'lit';
|
||||
import { customElement, state } from 'lit/decorators.js';
|
||||
import { Subscription } from 'rxjs';
|
||||
import { UmbContextConsumerMixin } from '../../core/context';
|
||||
import { UmbExtensionManifest, UmbExtensionRegistry } from '../../core/extension';
|
||||
import { UmbContextConsumerMixin } from '../../../core/context';
|
||||
import { UmbExtensionManifest, UmbExtensionRegistry } from '../../../core/extension';
|
||||
|
||||
@customElement('umb-editor-extensions')
|
||||
export class UmbEditorExtensionsElement extends UmbContextConsumerMixin(LitElement) {
|
||||
@@ -15,7 +15,7 @@ export class UmbSettingsSection extends UmbContextConsumerMixin(LitElement) {
|
||||
},
|
||||
{
|
||||
path: 'extensions',
|
||||
component: () => import('../../editors/editor-extensions.element'),
|
||||
component: () => import('../../editors/extensions/editor-extensions.element'),
|
||||
},
|
||||
// TODO: who should own this logic? Should it be each tree/editor that knows sub-routes?
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user