move context-provider element to element package to avoid circular dependencies
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user