import { Metadata } from "next" export const metadata: Metadata = { title: 'Customers | Acme Dashboard', }; export default function Page() { return

Customers Page

}