mirror of
https://github.com/multica-ai/multica.git
synced 2026-07-22 17:49:48 +02:00
Wire structured feedback kind through the frontend/core feedback path so desktop route-renderer errors submit as bug feedback, and bring the feedback client onto parseWithFallback. MUL-3768
5 lines
195 B
TypeScript
5 lines
195 B
TypeScript
export * from "./mutations";
|
|
export { FEEDBACK_KINDS } from "./types";
|
|
export type { CreateFeedbackResponse, FeedbackKind } from "./types";
|
|
export { useFeedbackDraftStore } from "./draft-store";
|