remove double imports

This commit is contained in:
Mads Rasmussen
2022-09-09 14:54:17 +02:00
parent c0d8ecbcc0
commit d225bf7f95

View File

@@ -19,12 +19,6 @@ import { internalManifests } from './temp-internal-manifests';
import type { ServerStatus } from './core/models';
import type { Guard, IRoute } from 'router-slot/model';
// TODO Remove these imports when they are a part of UUI
import '@umbraco-ui/uui-modal';
import '@umbraco-ui/uui-modal-sidebar';
import '@umbraco-ui/uui-modal-container';
import '@umbraco-ui/uui-modal-dialog';
@customElement('umb-app')
export class UmbApp extends UmbContextProviderMixin(LitElement) {
static styles = css`