feat: set longer text area
This commit is contained in:
parent
ff96814a43
commit
bb96c97a9e
@ -17,3 +17,10 @@ export enum AppState {
|
||||
CODE_READY = "CODE_READY",
|
||||
INSTRUCTION_GENERATING = "INSTRUCTION_GENERATING",
|
||||
}
|
||||
|
||||
export interface Instruction {
|
||||
element: string;
|
||||
mistake: string;
|
||||
improvement: string;
|
||||
location: string;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user