From 1da3eb547e24445a524b64d893e206cd54dd2271 Mon Sep 17 00:00:00 2001 From: Chris Nelson Date: Sat, 22 Oct 2022 17:48:48 -0400 Subject: [PATCH] export register and observe context --- mixin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mixin.js b/mixin.js index 5346680..b8b692b 100644 --- a/mixin.js +++ b/mixin.js @@ -70,4 +70,4 @@ const withContext = (Base) => { } } -export { withContext, createContext } +export { withContext, createContext, observeContext, registerContext }