@@ -5,4 +5,4 @@ import { PostsState } from "./services"
|
||||
|
||||
|
||||
export const PostsContext = ReffuseContext.make<PostsState.PostsState>()
|
||||
export const Reffuse = make([GlobalContext, PostsContext])
|
||||
export const Reffuse = make(GlobalContext, PostsContext)
|
||||
|
||||
Reference in New Issue
Block a user