import CreateCompany from "./CreateCompany"; const CreateCompanyWrapper: React.FC = async () => { return ( ) } export default CreateCompanyWrapper;