4 lines
253 B
TypeScript
4 lines
253 B
TypeScript
export default function BranchesPage() {
|
|
return <section className="rounded-3xl border border-white/10 bg-slate-900/80 p-6 text-slate-100 shadow-2xl shadow-slate-950/20">Branches module is ready for the location and hub management table.</section>;
|
|
}
|