This commit is contained in:
2020-07-15 13:22:40 +07:00
parent b35ca2e9a3
commit dc89784c2f
3 changed files with 3 additions and 3 deletions

View File

@@ -28,7 +28,6 @@ export const useTestContext = baseUseContext(Context)
export const withTestContext = baseWithContext(Context, 'testContextProps')
// @ts-ignore
export const wrapTestProvider = baseContextWrap(TestContextProvider)
export default TestContextProvider