This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
import { Reffuse as RootReffuse } from "@/reffuse"
|
||||
import { GlobalContext } from "@/reffuse"
|
||||
import { ReffuseContext } from "@thilawyn/reffuse"
|
||||
import { make } from "@thilawyn/reffuse/Reffuse"
|
||||
import { PostsState } from "./services"
|
||||
|
||||
|
||||
export const Reffuse = RootReffuse.extend<PostsState.PostsState>()
|
||||
export const PostsContext = ReffuseContext.make<PostsState.PostsState>()
|
||||
export const Reffuse = make([GlobalContext, PostsContext])
|
||||
|
||||
Reference in New Issue
Block a user