This commit is contained in:
2026-05-11 20:40:21 +03:00
parent d2d22799b6
commit d9ffcb4b92
15 changed files with 1652 additions and 1388 deletions
+7 -1
View File
@@ -1,3 +1,9 @@
export default function Page() {
return <p>Customers Page</p>;
}
}
import { Metadata } from 'next';
export const metadata: Metadata = {
title: 'Customers',
};