Skip to content

Commit

Permalink
merge conflicts fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yunusj committed Oct 25, 2024
1 parent baf74d4 commit c328899
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
Binary file not shown.
Binary file removed frontend/templates/Onboarding/.Onboarding.jsx.swp
Binary file not shown.
5 changes: 0 additions & 5 deletions frontend/templates/ToolPage/ToolPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,6 @@ const RESPONSE_OUTPUTS = {
[TOOLS_ID.GEMINI_QUIZIFY]: MultipleChoiceResponse,
};

const RESPONSE_OUTPUTS = {
[TOOLS_ID.GEMINI_DYNAMO]: FlashCardList,
[TOOLS_ID.GEMINI_QUIZIFY]: MultipleChoiceResponse,
};

const ToolPage = (props) => {
const { toolDoc } = props;
const router = useRouter();
Expand Down

0 comments on commit c328899

Please sign in to comment.