import { MasterCategoryForm } from "../_components/master-category-form/master-category-form";

export default function MasterCategoryCreatePage() {
  return <MasterCategoryForm mode="create" />;
}
