aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/pdf
diff options
context:
space:
mode:
authoraidahosa1 <aisosa_idahosa@brown.edu>2024-06-28 12:25:39 -0400
committeraidahosa1 <aisosa_idahosa@brown.edu>2024-06-28 12:25:39 -0400
commit4521e91a7fd9e7127cf21fdbeba2417881b227ae (patch)
tree8d1f61397ee962913ea7a8cc902afde657dfa19d /src/client/views/pdf
parent9b0fa4d5581942c54375c10e3887c8010d3eb5e4 (diff)
and so it continues
Diffstat (limited to 'src/client/views/pdf')
-rw-r--r--src/client/views/pdf/GPTPopup/GPTPopup.tsx3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/client/views/pdf/GPTPopup/GPTPopup.tsx b/src/client/views/pdf/GPTPopup/GPTPopup.tsx
index 6184a7b73..5a5e80dc4 100644
--- a/src/client/views/pdf/GPTPopup/GPTPopup.tsx
+++ b/src/client/views/pdf/GPTPopup/GPTPopup.tsx
@@ -27,9 +27,12 @@ export enum GPTPopupMode {
IMAGE,
FLASHCARD,
DATA,
+ CARD,
SORT,
+ QUIZ
}
+
interface GPTPopupProps {}
@observer