mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 19:52:02 +00:00
code refactor
This commit is contained in:
parent
2837aa6b7c
commit
fb8412a96a
7 changed files with 200 additions and 173 deletions
|
|
@ -67,7 +67,7 @@ export interface UIActions {
|
|||
// Resume session dialog
|
||||
openResumeDialog: () => void;
|
||||
closeResumeDialog: () => void;
|
||||
handleResumeSessionSelect: (sessionId: string) => void;
|
||||
handleResume: (sessionId: string) => void;
|
||||
}
|
||||
|
||||
export const UIActionsContext = createContext<UIActions | null>(null);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue