remove import

This commit is contained in:
Niels Lyngsø
2023-01-04 13:04:47 +01:00
parent e67237fbb3
commit 33b2a5feaf

View File

@@ -1,6 +1,6 @@
import { defineElement } from '@umbraco-ui/uui-base/lib/registration';
import { UUITextStyles } from '@umbraco-ui/uui-css/lib';
import { css, html, LitElement } from 'lit';
import { css, html } from 'lit';
import { UmbModalService } from '../core/modal';
import { UmbNotificationService } from '../core/notification';