Skip to content

Commit 17678c2

Browse files
committed
Fix build
1 parent babb036 commit 17678c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/frontend/src/pages/oneshot/OneShot.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { Checkbox, ChoiceGroup, IChoiceGroupOption, Panel, DefaultButton, Spinne
33

44
import styles from "./OneShot.module.css";
55

6-
import {askApi, Approaches, ChatAppResponse, RetrievalMode, SKMode } from "../../api";
6+
import { askApi, Approaches, ChatAppResponse, RetrievalMode, SKMode, ChatAppRequest } from "../../api";
77
import { Answer, AnswerError } from "../../components/Answer";
88
import { QuestionInput } from "../../components/QuestionInput";
99
import { ExampleList } from "../../components/Example";

0 commit comments

Comments
 (0)