diff --git a/frontend/layouts/OnboardingLayout/ProgressBar/.ProgressBar.jsx.swp b/frontend/layouts/OnboardingLayout/ProgressBar/.ProgressBar.jsx.swp deleted file mode 100644 index 3abc6394b..000000000 Binary files a/frontend/layouts/OnboardingLayout/ProgressBar/.ProgressBar.jsx.swp and /dev/null differ diff --git a/frontend/templates/Onboarding/.Onboarding.jsx.swp b/frontend/templates/Onboarding/.Onboarding.jsx.swp deleted file mode 100644 index ba4593604..000000000 Binary files a/frontend/templates/Onboarding/.Onboarding.jsx.swp and /dev/null differ diff --git a/frontend/templates/ToolPage/ToolPage.jsx b/frontend/templates/ToolPage/ToolPage.jsx index bb41515c6..b4fca4793 100644 --- a/frontend/templates/ToolPage/ToolPage.jsx +++ b/frontend/templates/ToolPage/ToolPage.jsx @@ -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();