move context-provider element to element package to avoid circular dependencies

This commit is contained in:
Jacob Overgaard
2023-01-24 08:36:07 +01:00
parent c0d30be4f0
commit 5ef2173889
7 changed files with 5 additions and 9 deletions

View File

@@ -1,7 +1,6 @@
import { expect } from '@open-wc/testing';
import { UmbContextConsumer } from '../consume/context-consumer';
import { UmbContextRequestEventImplementation } from '../consume/context-request.event';
import { UmbContextToken } from '../context-token';
import { UmbContextProvider } from './context-provider';
class MyClass {