remove unused imports

This commit is contained in:
Mads Rasmussen
2022-09-27 11:43:33 +02:00
parent 7aa01d2bab
commit e2b84d065c
2 changed files with 1 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
import { css, html, LitElement } from 'lit';
import { html, LitElement } from 'lit';
import { UUITextStyles } from '@umbraco-ui/uui-css/lib';
import { customElement, state } from 'lit/decorators.js';
import { NodeProperty, NodePropertyData } from '../../../../../../mocks/data/node.data';

View File

@@ -1,4 +1,3 @@
import { UmbData } from './data';
import { Entity } from './entities';
import { UmbEntityData } from './entity.data';