diff --git a/src/Components/CreateImageWizard/steps/Registration/index.tsx b/src/Components/CreateImageWizard/steps/Registration/index.tsx index bd96d505..5c973f13 100644 --- a/src/Components/CreateImageWizard/steps/Registration/index.tsx +++ b/src/Components/CreateImageWizard/steps/Registration/index.tsx @@ -2,6 +2,7 @@ import React, { useEffect, useState } from 'react'; import { ClipboardCopy, + Content, Form, FormGroup, FormHelperText, @@ -44,11 +45,15 @@ const RegistrationStep = () => {