import { CabangView } from "@/app/components/cabang/cabang-view";

export default function CabangPage() {
  return <CabangView />;
}
