Hints: Chore, just renaming files to fit name (#20203)

rename files to fit name
This commit is contained in:
Niels Lyngsø
2025-09-19 19:22:16 +02:00
committed by GitHub
parent 3a196ef996
commit 12ae51d67e
4 changed files with 4 additions and 4 deletions

View File

@@ -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');

View File

@@ -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';

View File

@@ -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';