mirror of
https://github.com/wassname/talk.git
synced 2026-08-05 13:30:26 +08:00
16 lines
365 B
TypeScript
16 lines
365 B
TypeScript
export {
|
|
withCreateCommentMutation,
|
|
CreateCommentMutation,
|
|
CreateCommentInput,
|
|
} from "./CreateCommentMutation";
|
|
export {
|
|
withSetNetworkStatusMutation,
|
|
SetNetworkStatusMutation,
|
|
SetNetworkStatusInput,
|
|
} from "./SetNetworkStatusMutation";
|
|
export {
|
|
withSetCommentIDMutation,
|
|
SetCommentIDMutation,
|
|
SetCommentIDInput,
|
|
} from "./SetCommentIDMutation";
|