diff --git a/app/components/FormInformation.js b/app/components/FormInformation.jsx similarity index 100% rename from app/components/FormInformation.js rename to app/components/FormInformation.jsx diff --git a/app/components/FormInputs.js b/app/components/FormInputs.jsx similarity index 100% rename from app/components/FormInputs.js rename to app/components/FormInputs.jsx diff --git a/app/components/FormMobileStepper.js b/app/components/FormMobileStepper.jsx similarity index 100% rename from app/components/FormMobileStepper.js rename to app/components/FormMobileStepper.jsx diff --git a/app/components/FormNavigationButton.js b/app/components/FormNavigationButton.jsx similarity index 100% rename from app/components/FormNavigationButton.js rename to app/components/FormNavigationButton.jsx diff --git a/app/components/FormStepper.js b/app/components/FormStepper.jsx similarity index 100% rename from app/components/FormStepper.js rename to app/components/FormStepper.jsx diff --git a/app/components/steps/Step1.js b/app/components/steps/Step1.jsx similarity index 100% rename from app/components/steps/Step1.js rename to app/components/steps/Step1.jsx diff --git a/app/components/steps/Step2.js b/app/components/steps/Step2.jsx similarity index 100% rename from app/components/steps/Step2.js rename to app/components/steps/Step2.jsx diff --git a/app/components/steps/Step3.js b/app/components/steps/Step3.jsx similarity index 100% rename from app/components/steps/Step3.js rename to app/components/steps/Step3.jsx diff --git a/app/components/steps/Step4.js b/app/components/steps/Step4.jsx similarity index 100% rename from app/components/steps/Step4.js rename to app/components/steps/Step4.jsx diff --git a/app/layout.js b/app/layout.jsx similarity index 100% rename from app/layout.js rename to app/layout.jsx diff --git a/app/loading.js b/app/loading.jsx similarity index 100% rename from app/loading.js rename to app/loading.jsx diff --git a/app/page.js b/app/page.jsx similarity index 100% rename from app/page.js rename to app/page.jsx diff --git a/app/questionnaire/[step]/page.js b/app/questionnaire/[step]/page.jsx similarity index 100% rename from app/questionnaire/[step]/page.js rename to app/questionnaire/[step]/page.jsx diff --git a/app/questionnaire/layout.js b/app/questionnaire/layout.jsx similarity index 100% rename from app/questionnaire/layout.js rename to app/questionnaire/layout.jsx diff --git a/app/questionnaire/loading.js b/app/questionnaire/loading.jsx similarity index 100% rename from app/questionnaire/loading.js rename to app/questionnaire/loading.jsx diff --git a/app/results/page.js b/app/results/page.jsx similarity index 100% rename from app/results/page.js rename to app/results/page.jsx