Hints: Chore, just renaming files to fit name (#20203)
rename files to fit name
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import type { UmbHintController } from './hints.controller.js';
|
||||
import type { UmbHintController } from './hint.controller.js';
|
||||
import { UmbContextToken } from '@umbraco-cms/backoffice/context-api';
|
||||
|
||||
export const UMB_HINT_CONTEXT = new UmbContextToken<UmbHintController>('UmbHintContext');
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import type { UmbHint, UmbIncomingHintBase } from '../types.js';
|
||||
import { UMB_HINT_CONTEXT } from './hint.context-token.js';
|
||||
import { UmbHintController, type UmbHintControllerArgs } from './hints.controller.js';
|
||||
import { UmbHintController, type UmbHintControllerArgs } from './hint.controller.js';
|
||||
import type { UmbPartialSome } from '@umbraco-cms/backoffice/utils';
|
||||
import type { UmbControllerHost } from '@umbraco-cms/backoffice/controller-api';
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
export * from './hint.context-token.js';
|
||||
export * from './hints.context.js';
|
||||
export * from './hints.controller.js';
|
||||
export * from './hint.context.js';
|
||||
export * from './hint.controller.js';
|
||||
|
||||
Reference in New Issue
Block a user