fix import after merge
This commit is contained in:
@@ -2,7 +2,7 @@ import { UUITextStyles } from '@umbraco-ui/uui-css';
|
||||
import { css, html } from 'lit';
|
||||
import { customElement, state } from 'lit/decorators.js';
|
||||
import { UUIBooleanInputEvent, UUICheckboxElement, UUIRadioGroupElement, UUIRadioGroupEvent } from '@umbraco-ui/uui';
|
||||
import { UmbDropdownElement } from '../../../shared/components/dropdown/dropdown.element';
|
||||
import { UmbDropdownElement } from '../../../core/components/dropdown/dropdown.element';
|
||||
import { UmbUserCollectionContext } from './user-collection.context';
|
||||
import { UMB_COLLECTION_CONTEXT_TOKEN } from '@umbraco-cms/backoffice/collection';
|
||||
import {
|
||||
|
||||
Reference in New Issue
Block a user