update import to use alias instead of relative path
This commit is contained in:
committed by
Jacob Overgaard
parent
947f7ae0f4
commit
3124cfdfec
@@ -3,7 +3,7 @@ import type { UmbControllerHost } from '@umbraco-cms/backoffice/controller-api';
|
||||
import type { UmbEntityActionArgs } from '@umbraco-cms/backoffice/entity-action';
|
||||
import { UmbEntityActionBase } from '@umbraco-cms/backoffice/entity-action';
|
||||
import { UMB_MODAL_MANAGER_CONTEXT, UMB_CHANGE_PASSWORD_MODAL } from '@umbraco-cms/backoffice/modal';
|
||||
import UmbCurrentUserRepository from 'src/packages/user/current-user/repository/current-user.repository.js';
|
||||
import { UmbCurrentUserRepository } from '@umbraco-cms/backoffice/current-user';
|
||||
|
||||
export class UmbChangeUserPasswordEntityAction extends UmbEntityActionBase<never> {
|
||||
constructor(host: UmbControllerHost, args: UmbEntityActionArgs<never>) {
|
||||
|
||||
Reference in New Issue
Block a user