This commit is contained in:
NotII
2025-04-04 12:51:16 +01:00
parent e2c16d94a6
commit d2fd47ff36
3 changed files with 28 additions and 11 deletions

View File

@@ -53,16 +53,6 @@ import {
import type { Metadata, Viewport } from 'next';
export const metadata: Metadata = {
title: "Customer Management - Ember",
};
export const viewport: Viewport = {
themeColor: "#000000",
initialScale: 1,
width: 'device-width',
};
export default function CustomerManagementPage() {
const router = useRouter();
const [customers, setCustomers] = useState<CustomerStats[]>([]);