remove weird import
This commit is contained in:
committed by
Jacob Overgaard
parent
30cb9fc563
commit
65c74706bd
@@ -15,7 +15,6 @@ import { FormControlMixin } from '@umbraco-cms/backoffice/external/uui';
|
||||
import { UmbInputEvent, UmbChangeEvent, UmbDeleteEvent } from '@umbraco-cms/backoffice/event';
|
||||
import { UmbLitElement } from '@umbraco-cms/internal/lit-element';
|
||||
import { UmbSorterConfig, UmbSorterController } from '@umbraco-cms/backoffice/sorter';
|
||||
import { c } from 'msw/lib/glossary-de6278a9.js';
|
||||
|
||||
const SORTER_CONFIG: UmbSorterConfig<UmbSwatchDetails> = {
|
||||
compareElementToModel: (element: HTMLElement, model: UmbSwatchDetails) => {
|
||||
|
||||
Reference in New Issue
Block a user