Skip to content
Snippets Groups Projects
Commit cc43ca27 authored by chris's avatar chris
Browse files

test state context

parent b74c6199
No related branches found
No related tags found
1 merge request!597Use view context
...@@ -8,6 +8,7 @@ export { default as Service } from './src/Service'; ...@@ -8,6 +8,7 @@ export { default as Service } from './src/Service';
/* Context & ComponentPlugin */ /* Context & ComponentPlugin */
export { WaxContext, useInjection } from './src/WaxContext'; export { WaxContext, useInjection } from './src/WaxContext';
export { StateContext } from './src/StateContext';
export { PortalContext } from './src/PortalContext'; export { PortalContext } from './src/PortalContext';
export { default as ComponentPlugin } from './src/ComponentPlugin'; export { default as ComponentPlugin } from './src/ComponentPlugin';
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment