fix import after merge

This commit is contained in:
Mads Rasmussen
2023-05-03 10:12:10 +02:00
parent e2fb387404
commit 064e46bd70

View File

@@ -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 {