From 459a8001e2810e675bfb2cecbb30a9c523e59415 Mon Sep 17 00:00:00 2001 From: Alex Soloviev Date: Sun, 17 Nov 2024 05:44:13 -0700 Subject: [PATCH] fixed stepper QA merge that caused the previous deployment failure --- pages/questions/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/questions/index.tsx b/pages/questions/index.tsx index 7486369b7..97a7c1601 100644 --- a/pages/questions/index.tsx +++ b/pages/questions/index.tsx @@ -4,6 +4,7 @@ import { useTranslation } from '../../components/Hooks' import { WebTranslations } from '../../i18n/web' import { useEffect, useState } from 'react' import Head from 'next/head' +import { useRouter } from 'next/router' import StepperPage from '../../components/StepperPage' import React from 'react'