import { BranchesPage } from "@/components/features/branches/BranchesPage";

export const metadata = {
  title: "Branches",
};

export default function Page() {
  return <BranchesPage />;
}
