export * as Context from "./context"; export * as Type from "./type"; import reducer from "./reducer"; export { reducer };