lint fixes

This commit is contained in:
Niels Lyngsø
2023-03-23 11:05:55 +01:00
parent fb180fd400
commit 9c72235177
30 changed files with 58 additions and 58 deletions

View File

@@ -1,7 +1,7 @@
import { expect, fixture, defineCE } from '@open-wc/testing';
import { UmbLitElement } from '@umbraco-cms/internal/lit-element';
import { UmbContextConsumer } from '../consume/context-consumer';
import { UmbContextProviderController } from './context-provider.controller';
import { UmbLitElement } from '@umbraco-cms/internal/lit-element';
class MyClass {
prop = 'value from provider';