import { MasterPage } from "@/components/master/master-page";

export default function Page() {
  return (
    <MasterPage
      table="followup_types"
      title="Follow-up Type"
      breadcrumb="Master / Lead Management / Follow-up Type"
      revalidate="/master/lead-management/followup-type"
    />
  );
}
