From d0e6cd97c4cb90b4ef5da100f248e86112b94f86 Mon Sep 17 00:00:00 2001 From: Tore Brede <Tore.Brede@uib.no> Date: Wed, 6 Oct 2021 15:17:25 +0200 Subject: [PATCH] GREG-60: Fixing test failure --- frontend/src/routes/register/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/routes/register/index.tsx b/frontend/src/routes/register/index.tsx index d8196024..4a92ee1b 100644 --- a/frontend/src/routes/register/index.tsx +++ b/frontend/src/routes/register/index.tsx @@ -11,7 +11,7 @@ import StepSummary from './stepSummary' import StepPersonForm from './stepPersonForm' import { PersonFormMethods } from './personFormMethods' import { SummaryFormMethods } from './summaryFormMethods' -import { SubmitState } from './submitState' +import SubmitState from './submitState' const steps = ['Register', 'Summary'] -- GitLab