remove import of search modal

This commit is contained in:
Mads Rasmussen
2023-05-23 15:27:08 +02:00
parent ee563609e5
commit 6ea6ff423a

View File

@@ -1,6 +1,3 @@
// TODO: remove this import when the search hack is removed
import '../../search/search-modal/search-modal.element';
import type { UUIModalDialogElement, UUIModalSidebarSize } from '@umbraco-ui/uui';
import { BehaviorSubject } from 'rxjs';
import { UmbModalHandler, UmbModalHandlerClass } from './modal-handler';