mirror of
https://github.com/wassname/talk.git
synced 2026-07-02 23:22:24 +08:00
Fix types
This commit is contained in:
@@ -1,3 +1,15 @@
|
||||
export * from "./CreateCommentMutation";
|
||||
export * from "./SetNetworkStatusMutation";
|
||||
export * from "./SetCommentIDMutation";
|
||||
export {
|
||||
withCreateCommentMutation,
|
||||
CreateCommentMutation,
|
||||
CreateCommentInput,
|
||||
} from "./CreateCommentMutation";
|
||||
export {
|
||||
withSetNetworkStatusMutation,
|
||||
SetNetworkStatusMutation,
|
||||
SetNetworkStatusInput,
|
||||
} from "./SetNetworkStatusMutation";
|
||||
export {
|
||||
withSetCommentIDMutation,
|
||||
SetCommentIDMutation,
|
||||
SetCommentIDInput,
|
||||
} from "./SetCommentIDMutation";
|
||||
|
||||
Reference in New Issue
Block a user