diff --git a/frontend/src/routes/guest/register/index.tsx b/frontend/src/routes/guest/register/index.tsx
index 56f11e7705a484e3f889e4187d69dbd314a9255e..7b419965373f37412c91af5020a219615b1940af 100644
--- a/frontend/src/routes/guest/register/index.tsx
+++ b/frontend/src/routes/guest/register/index.tsx
@@ -22,6 +22,9 @@ import GuestRegisterStep from './steps/register'
 import GuestConsentStep from './steps/consent'
 import GuestSuccessStep from './steps/success'
 import { FeatureContext } from '../../../contexts'
+import ServerErrorReport, {
+  ServerErrorReportData,
+} from '../../../components/errorReport'
 
 enum Step {
   RegisterStep,