update import order
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
import { css, html } from 'lit';
|
||||
import { UUITextStyles } from '@umbraco-ui/uui-css/lib';
|
||||
import { customElement, state } from 'lit/decorators.js';
|
||||
import type { UserGroupEntity } from '@umbraco-cms/backoffice/user-group';
|
||||
import {
|
||||
UmbTableElement,
|
||||
UmbTableColumn,
|
||||
@@ -16,6 +15,7 @@ import {
|
||||
UMB_USER_GROUP_STORE_CONTEXT_TOKEN,
|
||||
} from '../../../../user-groups/repository/user-group.store';
|
||||
import { UmbUserCollectionContext } from '../../user-collection.context';
|
||||
import type { UserGroupEntity } from '@umbraco-cms/backoffice/user-group';
|
||||
import { UMB_COLLECTION_CONTEXT_TOKEN } from '@umbraco-cms/backoffice/collection';
|
||||
import { UmbLitElement } from '@umbraco-cms/internal/lit-element';
|
||||
import { UserResponseModel } from '@umbraco-cms/backoffice/backend-api';
|
||||
|
||||
Reference in New Issue
Block a user