import { CustomerCreateForm } from "../_components/customer-form/customer-create-form";

export default function CustomerCreatePage() {
  return <CustomerCreateForm />;
}
