| 1234567891011121314151617 |
- import React from "react";
- import MultiStepForm from "../../../component/registrationMultiStepForm/multi_step_form";
- export default function Index() {
- /**********************************狀態管理**********************************/
- /**********************************狀態管理**********************************/
- /**********************************組件初始化**********************************/
- /**********************************組件初始化**********************************/
- /**********************************異步函數**********************************/
- /**********************************異步函數**********************************/
- return (
- ////testing component here
- <>
- <MultiStepForm />
- </>
- );
- }
|