diff --git a/frontend/src/routes/register/index.tsx b/frontend/src/routes/register/index.tsx index d819602442276354192d0e706e415fdb4ee0988f..4a92ee1b394647eca99a8e2acb6b834639e5ab23 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']