🚧 (in plan to change the provision structure)

This commit is contained in:
2025-10-15 23:26:20 +07:00
parent 6b1fc720fe
commit fcc131d4ee
3 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,7 @@
import React from "react";
const Step2ProvisionRegister = () => {
return <div>Step2ProvisionRegister</div>;
};
export default Step2ProvisionRegister;